linux/fs/ocfs2/dlm
Tao Ma ef6b689b63 ocfs2: Remove ENTRY from masklog.
ENTRY is used to record the entry of a function.
But because it is added in so many functions, if we enable it,
the system logs get filled up quickly and cause too much I/O.
So actually no one can open it for a production system or even
for a test.

So for mlog_entry_void, we just remove it.
for mlog_entry(...), we replace it with mlog(0,...), and they
will be replace by trace event later.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
2011-02-21 11:10:44 +08:00
..
dlmapi.h
dlmast.c
dlmcommon.h
dlmconvert.c ocfs2: Remove ENTRY from masklog. 2011-02-21 11:10:44 +08:00
dlmconvert.h
dlmdebug.c
dlmdebug.h
dlmdomain.c ocfs2: Remove ENTRY from masklog. 2011-02-21 11:10:44 +08:00
dlmdomain.h
dlmlock.c ocfs2: Remove ENTRY from masklog. 2011-02-21 11:10:44 +08:00
dlmmaster.c ocfs2: Remove ENTRY from masklog. 2011-02-21 11:10:44 +08:00
dlmrecovery.c ocfs2: Remove ENTRY from masklog. 2011-02-21 11:10:44 +08:00
dlmthread.c
dlmunlock.c ocfs2: Remove ENTRY from masklog. 2011-02-21 11:10:44 +08:00
dlmver.c
dlmver.h
Makefile