projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3087147
)
it's SB_BORN, not MS_BORN...
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 10 May 2018 19:09:41 +0000
(15:09 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 10 May 2018 19:09:41 +0000
(15:09 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/super.c
patch
|
blob
|
history
diff --git
a/fs/super.c
b/fs/super.c
index 5fa9a8d8d865c46a77d4a0e8fb7b05499809840f..c9e34cd2b7595af7cd5a2327649cd3b36f88e4e6 100644
(file)
--- a/
fs/super.c
+++ b/
fs/super.c
@@
-938,7
+938,7
@@
void emergency_remount(void)
static void do_thaw_all_callback(struct super_block *sb)
{
down_write(&sb->s_umount);
- if (sb->s_root && sb->s_flags &
MS
_BORN) {
+ if (sb->s_root && sb->s_flags &
SB
_BORN) {
emergency_thaw_bdev(sb);
thaw_super_locked(sb);
} else {