Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24095
b: refs/heads/master
c: a0e9285
h: refs/heads/master
i:
  24093: ec5ec8c
  24091: 3d0c487
  24087: f90db07
  24079: cc23795
  24063: d2bd304
v: v3
  • Loading branch information
Badari Pulavarty authored and Linus Torvalds committed Mar 26, 2006
1 parent 4cb00f2 commit 7fac834
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: f91a2ad2ed97099fb565e3336f8df0df717f2ba9
refs/heads/master: a0e9285233a32edf267d27cd03fe0056951422cf
6 changes: 0 additions & 6 deletions trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1678,12 +1678,6 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent)
}

if (test_opt(sb, NOBH)) {
if (sb->s_blocksize_bits != PAGE_CACHE_SHIFT) {
printk(KERN_WARNING "EXT3-fs: Ignoring nobh option "
"since filesystem blocksize doesn't match "
"pagesize\n");
clear_opt(sbi->s_mount_opt, NOBH);
}
if (!(test_opt(sb, DATA_FLAGS) == EXT3_MOUNT_WRITEBACK_DATA)) {
printk(KERN_WARNING "EXT3-fs: Ignoring nobh option - "
"its supported only with writeback mode\n");
Expand Down

0 comments on commit 7fac834

Please sign in to comment.