commit | aa9c0e07bb90589186f3b5a0ca97660c2cb50806 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 23 19:04:52 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:52:36 2012 -0500 |
tree | 0e2e179f41b2d7566817c0a0e05e03749fa56db0 | |
parent | bad0dcffc21d17a07dbb83a2bf764f35a57feba5 [diff] |
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>