]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory
authorGoldwyn Rodrigues <rgoldwyn@gmail.com>
Wed, 12 Jun 2013 21:04:51 +0000 (14:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jun 2013 23:29:45 +0000 (16:29 -0700)
commit78bb27ff6518b814b8ae0b2cd5d1b2ef5d850ef7
treee06d265b5304ca1ea6b28716f9a685c48096935c
parente5f5a68b35ac0b3a1cfeb9efd9053eecd82604fb
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>
Acked-by: Sunil Mushran <sunil.mushran@gmail.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/namei.c