projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa8ad6
)
[PATCH] Someone broke reiserfs v3 mount options and this fixes it
author
Vitaly Fertman
<vitaly@namesys.com>
Fri, 20 Jan 2006 07:06:01 +0000
(23:06 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 31 Jan 2006 06:13:18 +0000
(22:13 -0800)
Signed-off-by: Hans Reiser <reiser@namesys.com>
Signed-off-by: Vitaly Fertman <vitaly@namesys.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/reiserfs/super.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/super.c
b/fs/reiserfs/super.c
index 42afb5bef1116020c6c073d1a398a946075af594..9c38f10d59c694b03be522e96c961ccacee27129 100644
(file)
--- a/
fs/reiserfs/super.c
+++ b/
fs/reiserfs/super.c
@@
-1131,7
+1131,7
@@
static void handle_attrs(struct super_block *s)
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
;
+ REISERFS_SB(s)->s_mount_opt |=
(1 << REISERFS_ATTRS)
;
}
}