From: Csaba Henk Date: Mon, 24 Aug 2009 04:14:07 +0000 (+0200) Subject: fuse: use drop_nlink() instead of direct nlink manipulation X-Git-Tag: v2.6.32-rc1~642^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6db07ded51c5fb4df2f4a32e6a41e9bb5db7fc4;p=pandora-kernel.git fuse: use drop_nlink() instead of direct nlink manipulation drop_nlink() is the API function to decrease the link count of an inode. However, at a place the control filesystem used the decrement operator on i_nlink directly. Fix this. Cc: Anand Avati Signed-off-by: Csaba Henk Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed