From: Al Viro Date: Sat, 23 Jul 2011 07:10:32 +0000 (-0400) Subject: kill boilerplates around posix_acl_create_masq() X-Git-Tag: v3.1-rc1~246^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826cae2f2b4d726b925f43bc208a571639da4761;p=pandora-kernel.git 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 --- Reading git-diff-tree failed