commit | 826cae2f2b4d726b925f43bc208a571639da4761 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 23 03:10:32 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 25 14:27:32 2011 -0400 |
tree | b7f83eecf3bde8c4e455d89c7c535988b3e8bd59 | |
parent | 95203befa8887997f14077d8557e67d78457ee02 [diff] |
kill boilerplates around posix_acl_create_masq() 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>