Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83463
b: refs/heads/master
c: a8e3eff
h: refs/heads/master
i:
  83461: a5396a8
  83459: 990e2ae
  83455: f3ddd42
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Feb 6, 2008
1 parent d5e71de commit cd16182
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cce992bcee3e1cf917956c2190d86f2e591636a9
refs/heads/master: a8e3eff4668e3a4d6dbe7985a780f91de38a3c71
3 changes: 1 addition & 2 deletions trunk/fs/ext2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,7 @@ static int ext2_fill_super(struct super_block *sb, void *data, int silent)

blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);

if ((ext2_use_xip(sb)) && ((blocksize != PAGE_SIZE) ||
(sb->s_blocksize != blocksize))) {
if (ext2_use_xip(sb) && blocksize != PAGE_SIZE) {
if (!silent)
printk("XIP: Unsupported blocksize\n");
goto failed_mount;
Expand Down

0 comments on commit cd16182

Please sign in to comment.