Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377629
b: refs/heads/master
c: c4932db
h: refs/heads/master
i:
  377627: 8e21a79
v: v3
  • Loading branch information
boxi liu authored and Theodore Ts'o committed Jul 1, 2013
1 parent 221380d commit f1256f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e7c96e8e47baf263d93a8dbbebca7216a912ca05
refs/heads/master: c4932dbe63dae2d23b4f596caa5d286ebfe042cf
2 changes: 1 addition & 1 deletion trunk/fs/ext4/inline.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int get_max_inline_xattr_value_size(struct inode *inode,
entry = (struct ext4_xattr_entry *)
((void *)raw_inode + EXT4_I(inode)->i_inline_off);

free += le32_to_cpu(entry->e_value_size);
free += EXT4_XATTR_SIZE(le32_to_cpu(entry->e_value_size));
goto out;
}

Expand Down

0 comments on commit f1256f6

Please sign in to comment.