Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229117
b: refs/heads/master
c: 1f605b3
h: refs/heads/master
i:
  229115: b5b6096
v: v3
  • Loading branch information
Wang Sheng-Hui authored and Theodore Ts'o committed Jan 10, 2011
1 parent 5a1f6ea commit 2e948c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 6e9510b0e0de657ca7c7bfb10ced80b4d237dd58
refs/heads/master: 1f605b302724120777a1c38743cb20e2c8807333
8 changes: 0 additions & 8 deletions trunk/fs/ext2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@ bad_block: ext2_error(inode->i_sb, "ext2_xattr_get",
goto found;
entry = next;
}
/* Check the remaining name entries */
while (!IS_LAST_ENTRY(entry)) {
struct ext2_xattr_entry *next =
EXT2_XATTR_NEXT(entry);
if ((char *)next >= end)
goto bad_block;
entry = next;
}
if (ext2_xattr_cache_insert(bh))
ea_idebug(inode, "cache insert failed");
error = -ENODATA;
Expand Down

0 comments on commit 2e948c9

Please sign in to comment.