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