From: Greg Kroah-Hartman Date: Wed, 30 Jun 2010 17:48:18 +0000 (-0700) Subject: fix .32 btrfs patch X-Git-Tag: v2.6.31.14~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6544fc5a2b3856f74a07cb11c419f3f72e611b34;p=thirdparty%2Fkernel%2Fstable-queue.git fix .32 btrfs patch --- diff --git a/queue-2.6.32/btrfs-should-add-a-permission-check-for-setfacl.patch b/queue-2.6.32/btrfs-should-add-a-permission-check-for-setfacl.patch index 4eae627eb78..91bf1d6d558 100644 --- a/queue-2.6.32/btrfs-should-add-a-permission-check-for-setfacl.patch +++ b/queue-2.6.32/btrfs-should-add-a-permission-check-for-setfacl.patch @@ -50,7 +50,7 @@ Signed-off-by: Greg Kroah-Hartman int ret = 0; struct posix_acl *acl = NULL; -+ if (!is_owner_or_cap(dentry->d_inode)) ++ if (!is_owner_or_cap(inode)) + return -EPERM; + if (value) {