diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 0992d76f7ab1..7df2c5644e59 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -2742,7 +2742,7 @@ static int ext4_writepages(struct address_space *mapping, | |||
2742 | * If the filesystem has aborted, it is read-only, so return | 2742 | * If the filesystem has aborted, it is read-only, so return |
2743 | * right away instead of dumping stack traces later on that | 2743 | * right away instead of dumping stack traces later on that |
2744 | * will obscure the real source of the problem. We test | 2744 | * will obscure the real source of the problem. We test |
2745 | * EXT4_MF_FS_ABORTED instead of sb->s_flag's MS_RDONLY because | 2745 | * EXT4_MF_FS_ABORTED instead of sb->s_flag's SB_RDONLY because |
2746 | * the latter could be true if the filesystem is mounted | 2746 | * the latter could be true if the filesystem is mounted |
2747 | * read-only, and in that case, ext4_writepages should | 2747 | * read-only, and in that case, ext4_writepages should |
2748 | * *never* be called, so if that ever happens, we would want | 2748 | * *never* be called, so if that ever happens, we would want |
@@ -5183,7 +5183,7 @@ static int ext4_do_update_inode(handle_t *handle, | |||
5183 | 5183 | ||
5184 | ext4_inode_csum_set(inode, raw_inode, ei); | 5184 | ext4_inode_csum_set(inode, raw_inode, ei); |
5185 | spin_unlock(&ei->i_raw_lock); | 5185 | spin_unlock(&ei->i_raw_lock); |
5186 | if (inode->i_sb->s_flags & MS_LAZYTIME) | 5186 | if (inode->i_sb->s_flags & SB_LAZYTIME) |
5187 | ext4_update_other_inodes_time(inode->i_sb, inode->i_ino, | 5187 | ext4_update_other_inodes_time(inode->i_sb, inode->i_ino, |
5188 | bh->b_data); | 5188 | bh->b_data); |
5189 | 5189 | ||