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:
4482a08
)
kill boilerplate around posix_acl_chmod_masq()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 23 Jul 2011 04:18:02 +0000
(
00:18
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 25 Jul 2011 18:27:30 +0000
(14:27 -0400)
new helper: posix_acl_chmod(&acl, gfp, mode). Replaces acl with modified
clone or with NULL if that has failed; returns 0 or -ve on error. All
callers of posix_acl_chmod_masq() switched to that - they'd been doing
exactly the same thing.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found