Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128544
b: refs/heads/master
c: 3acd7ee
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Sep 25, 2008
1 parent 8673ca6 commit 24a6702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1caf9342fc71d020e788a59598a44d4ea0136b36
refs/heads/master: 3acd7ee876c508973eb4722de5b00b3dff4c7372
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ ssize_t btrfs_xattr_get(struct inode *inode, int name_index,
data_ptr = (unsigned long)((char *)(di + 1) +
btrfs_dir_name_len(leaf, di));
read_extent_buffer(leaf, buffer, data_ptr,
btrfs_dir_name_len(leaf, di));
btrfs_dir_data_len(leaf, di));
ret = btrfs_dir_data_len(leaf, di);

out:
Expand Down Expand Up @@ -490,7 +490,7 @@ struct xattr_handler btrfs_xattr_user_handler = {
};

struct xattr_handler btrfs_xattr_trusted_handler = {
.prefix = XATTR_USER_PREFIX,
.prefix = XATTR_TRUSTED_PREFIX,
.list = btrfs_xattr_generic_list,
.get = btrfs_xattr_trusted_get,
.set = btrfs_xattr_trusted_set,
Expand Down

0 comments on commit 24a6702

Please sign in to comment.