From: Miklos Szeredi Date: Mon, 4 Feb 2013 14:57:42 +0000 (+0100) Subject: fuse: don't WARN when nlink is zero X-Git-Tag: v3.9-rc1~135^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfca7cebc2679f3d129f8e680a8f199a7ad16e38;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed