vfs: kill pointless helpers in namespace.c
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 24 Nov 2011 00:04:52 +0000 (19:04 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Jan 2012 03:52:36 +0000 (22:52 -0500)
commitaa9c0e07bb90589186f3b5a0ca97660c2cb50806
tree0e2e179f41b2d7566817c0a0e05e03749fa56db0
parentbad0dcffc21d17a07dbb83a2bf764f35a57feba5
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 <viro@zeniv.linux.org.uk>
fs/namespace.c