fuse: don't WARN when nlink is zero
authorMiklos Szeredi <mszeredi@suse.cz>
Mon, 4 Feb 2013 14:57:42 +0000 (15:57 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 4 Feb 2013 14:57:42 +0000 (15:57 +0100)
commitdfca7cebc2679f3d129f8e680a8f199a7ad16e38
treefa519439bec5f96132af4772618f53a30d0a179f
parent6a4e922c3db06f7da27e072729e047185c2fba66
fuse: don't WARN when nlink is zero

drop_nlink() warns if nlink is already zero.  This is triggerable by a buggy
userspace filesystem.  The cure, I think, is worse than the disease so disable
the warning.

Reported-by: Tero Roponen <tero.roponen@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/dir.c