Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257391
b: refs/heads/master
c: b4d5b10
h: refs/heads/master
i:
  257389: b14a2fb
  257387: e886558
  257383: 079fe29
  257375: af62bae
v: v3
  • Loading branch information
Christoph Hellwig authored and Al Viro committed Jul 21, 2011
1 parent 7d21179 commit e1839dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00eacd66cd8ab5fff9df49aa3f261ad43d495434
refs/heads/master: b4d5b10fb2e3a4327838c07d8ebd9e350fcc133d
1 change: 1 addition & 0 deletions trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
/* Set default values for options: non-aggressive tails, RO on errors */
REISERFS_SB(s)->s_mount_opt |= (1 << REISERFS_SMALLTAIL);
REISERFS_SB(s)->s_mount_opt |= (1 << REISERFS_ERROR_RO);
REISERFS_SB(s)->s_mount_opt |= (1 << REISERFS_BARRIER_FLUSH);
/* no preallocation minimum, be smart in
reiserfs_file_write instead */
REISERFS_SB(s)->s_alloc_options.preallocmin = 0;
Expand Down

0 comments on commit e1839dd

Please sign in to comment.