diff --git a/[refs] b/[refs] index 7ac46b1b1c94..73ec75970a10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00eacd66cd8ab5fff9df49aa3f261ad43d495434 +refs/heads/master: b4d5b10fb2e3a4327838c07d8ebd9e350fcc133d diff --git a/trunk/fs/reiserfs/super.c b/trunk/fs/reiserfs/super.c index aa91089162cb..14363b96b6af 100644 --- a/trunk/fs/reiserfs/super.c +++ b/trunk/fs/reiserfs/super.c @@ -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;