Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4009
b: refs/heads/master
c: c60e81e
h: refs/heads/master
i:
  4007: 4214b7e
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 30, 2005
1 parent 5dd6120 commit ec345f0
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: 8cb681b9c7fff5cb35b5c05ba4f1b7e285e258fb
refs/heads/master: c60e81ee1cac32dae1f9bf623dcb6b3b2bde8eab
3 changes: 1 addition & 2 deletions trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,10 +1053,9 @@ static void handle_barrier_mode(struct super_block *s, unsigned long bits) {

static void handle_attrs( struct super_block *s )
{
struct reiserfs_super_block * rs;
struct reiserfs_super_block * rs = SB_DISK_SUPER_BLOCK (s);

if( reiserfs_attrs( s ) ) {
rs = SB_DISK_SUPER_BLOCK (s);
if( old_format_only(s) ) {
reiserfs_warning(s, "reiserfs: cannot support attributes on 3.5.x disk format" );
REISERFS_SB(s) -> s_mount_opt &= ~ ( 1 << REISERFS_ATTRS );
Expand Down

0 comments on commit ec345f0

Please sign in to comment.