From: Al Viro Date: Thu, 24 Nov 2011 00:04:52 +0000 (-0500) Subject: vfs: kill pointless helpers in namespace.c X-Git-Tag: v3.3-rc1~170^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9c0e07bb90589186f3b5a0ca97660c2cb50806;p=pandora-kernel.git vfs: kill pointless helpers in namespace.c mnt_{inc,dec}_count() is not cleaner than doing the corresponding mnt_add_count() directly and mnt_set_count() is not used at all. Signed-off-by: Al Viro --- Reading git-diff-tree failed