Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112948
b: refs/heads/master
c: 7ee1ec4
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Theodore Ts'o committed Sep 8, 2008
1 parent 61b53db commit 8238a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 05496769e5da83ce22ed97345afd9c7b71d6bd24
refs/heads/master: 7ee1ec4ca30c6df8e989615cdaacb75f2af4fa6b
4 changes: 3 additions & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1623,8 +1623,10 @@ static int ext4_check_descriptors(struct super_block *sb)
"Checksum for group %lu failed (%u!=%u)\n",
i, le16_to_cpu(ext4_group_desc_csum(sbi, i,
gdp)), le16_to_cpu(gdp->bg_checksum));
if (!(sb->s_flags & MS_RDONLY))
if (!(sb->s_flags & MS_RDONLY)) {
spin_unlock(sb_bgl_lock(sbi, i));
return 0;
}
}
spin_unlock(sb_bgl_lock(sbi, i));
if (!flexbg_flag)
Expand Down

0 comments on commit 8238a4c

Please sign in to comment.