]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory
authorGoldwyn Rodrigues <rgoldwyn@gmail.com>
Thu, 23 May 2013 00:37:01 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:08:07 +0000 (16:08 +1000)
commit24c12e6ff35f6139b373bb5d6db2306a7123bcbb
treef9908a5c4f799b7eb146d51bf47bc30da0d1e226
parent3299bcff56fccd198e678802567d7a9223930f19
fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory

While removing a non-empty directory, the kernel dumps a message:
(rmdir,21743,1):ocfs2_unlink:953 ERROR: status = -39

Suppress the error message from being printed in the dmesg so users
don't panic.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/namei.c