linux-kernel-test/fs/ocfs2
Tao Ma c1e8d35ef5 ocfs2: Remove EXIT from masklog.
mlog_exit is used to record the exit status 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.

This patch just try to remove it or change it. So:
1. if all the error paths already use mlog_errno, it is just removed.
   Otherwise, it will be replaced by mlog_errno.
2. if it is used to print some return value, it is replaced with
   mlog(0,...).
mlog_exit_ptr is changed to mlog(0.
All those mlog(0,...) will be replaced with trace events later.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
2011-03-07 16:43:21 +08:00
..
cluster ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
dlm ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
dlmfs fs: icache RCU free inodes 2011-01-07 17:50:26 +11:00
acl.c fs: provide rcu-walk aware permission i_ops 2011-01-07 17:50:29 +11:00
acl.h fs: provide rcu-walk aware permission i_ops 2011-01-07 17:50:29 +11:00
alloc.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
alloc.h ocfs2: Remove unused truncate function from alloc.c 2011-01-07 18:03:00 -08:00
aops.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
aops.h Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem. 2010-12-09 15:36:48 -08:00
blockcheck.c
blockcheck.h
buffer_head_io.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
buffer_head_io.h
dcache.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
dcache.h
dir.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
dir.h
dlmglue.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
dlmglue.h
export.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
export.h
extent_map.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
extent_map.h
file.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
file.h fs: provide rcu-walk aware permission i_ops 2011-01-07 17:50:29 +11:00
heartbeat.c
heartbeat.h
inode.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
inode.h
ioctl.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
ioctl.h
journal.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
journal.h ocfs2: Fix estimate of necessary credits for mkdir 2011-02-20 02:33:32 -08:00
Kconfig ocfs2: Make OCFS2_FS depend on CONFIGFS_FS 2011-01-16 21:22:40 +00:00
localalloc.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
localalloc.h
locks.c
locks.h
Makefile
mmap.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
mmap.h
namei.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
namei.h
ocfs1_fs_compat.h
ocfs2_fs.h ocfs2: Fix system inodes cache overflow. 2010-12-22 02:35:36 -08:00
ocfs2_ioctl.h
ocfs2_lockid.h
ocfs2_lockingver.h
ocfs2.h ocfs2: Try to free truncate log when meeting ENOSPC in write. 2010-12-16 00:46:02 -08:00
quota_global.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
quota_local.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
quota.h
refcounttree.c kill path_lookup() 2011-03-14 09:15:23 -04:00
refcounttree.h
reservations.c
reservations.h
resize.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
resize.h
slot_map.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
slot_map.h
stack_o2cb.c
stack_user.c ocfs2_connection_find() returns pointer to bad structure 2010-11-18 15:41:41 -08:00
stackglue.c
stackglue.h
suballoc.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
suballoc.h
super.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
super.h
symlink.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
symlink.h
sysfile.c
sysfile.h
uptodate.c
uptodate.h
ver.c
ver.h
xattr.c ocfs2: Remove EXIT from masklog. 2011-03-07 16:43:21 +08:00
xattr.h