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)
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>

No differences found