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:
95203be
)
kill boilerplates around posix_acl_create_masq()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 23 Jul 2011 07:10:32 +0000
(
03:10
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 25 Jul 2011 18:27:32 +0000
(14:27 -0400)
new helper: posix_acl_create(&acl, gfp, mode_p). Replaces acl with
modified clone, on failure releases acl and replaces with NULL.
Returns 0 or -ve on error. All callers of posix_acl_create_masq()
switched.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found