Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3955
b: refs/heads/master
c: 2949ccf
h: refs/heads/master
i:
  3953: 85f2295
  3951: 336dc89
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Jun 30, 2005
1 parent 435b001 commit 0b5f0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 869eb76e7b60ebd8f87a358b72e97fa0aef1d1f5
refs/heads/master: 2949ccf9379678df66ecf2ca70ed4656159eacdd
2 changes: 2 additions & 0 deletions trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ static void handle_attrs( struct super_block *s )
reiserfs_warning(s, "reiserfs: cannot support attributes until flag is set in super-block" );
REISERFS_SB(s) -> s_mount_opt &= ~ ( 1 << REISERFS_ATTRS );
}
} else if (le32_to_cpu( rs -> s_flags ) & reiserfs_attrs_cleared) {
REISERFS_SB(s)->s_mount_opt |= REISERFS_ATTRS;
}
}

Expand Down

0 comments on commit 0b5f0d5

Please sign in to comment.