git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad0dcf
)
vfs: kill pointless helpers in namespace.c
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 24 Nov 2011 00:04:52 +0000
(19:04 -0500)
committer
Al 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