Merge branch btrfs-master into for-linus
authorChris Mason <chris.mason@oracle.com>
Thu, 17 Dec 2009 20:02:22 +0000 (15:02 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 17 Dec 2009 20:02:22 +0000 (15:02 -0500)
Conflicts:
fs/btrfs/acl.c

1  2 
fs/btrfs/acl.c
fs/btrfs/file.c

diff --cc fs/btrfs/acl.c
index 52cbe47022bf659c29b728aa602a7c60f4c570ca,1898f8555f06cf3284bd9f7317cb75618b97ab53..2e9e69987a82973208724b58899b3479d77feaff
@@@ -151,10 -151,10 +151,10 @@@ out
        return ret;
  }
  
 -static int btrfs_xattr_set_acl(struct inode *inode, int type,
 -                             const void *value, size_t size)
 +static int btrfs_xattr_acl_set(struct dentry *dentry, const char *name,
 +              const void *value, size_t size, int flags, int type)
  {
-       int ret = 0;
+       int ret;
        struct posix_acl *acl = NULL;
  
        if (value) {
                }
        }
  
-       ret = btrfs_set_acl(dentry->d_inode, acl, type);
 -      ret = btrfs_set_acl(NULL, inode, acl, type);
++      ret = btrfs_set_acl(NULL, dentry->d_inode, acl, type);
  
        posix_acl_release(acl);
  
diff --cc fs/btrfs/file.c
Simple merge