Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251721
b: refs/heads/master
c: 55ff384
h: refs/heads/master
i:
  251719: 1e63eee
v: v3
  • Loading branch information
Tao Ma authored and Theodore Ts'o committed May 9, 2011
1 parent af2f584 commit 26a8480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 00d098822fe215a2f4fd32f244a9055b0b043bfe
refs/heads/master: 55ff3840a293923daacc880cf4aed30c3c49f754
9 changes: 1 addition & 8 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2981,15 +2981,8 @@ static int ext4_register_li_request(struct super_block *sb,

if (first_not_zeroed == ngroups ||
(sb->s_flags & MS_RDONLY) ||
!test_opt(sb, INIT_INODE_TABLE)) {
sbi->s_li_request = NULL;
!test_opt(sb, INIT_INODE_TABLE))
return 0;
}

if (first_not_zeroed == ngroups) {
sbi->s_li_request = NULL;
return 0;
}

elr = ext4_li_request_new(sb, first_not_zeroed);
if (!elr)
Expand Down

0 comments on commit 26a8480

Please sign in to comment.