diff options
Diffstat (limited to 'fs/ubifs/super.c')
| -rw-r--r-- | fs/ubifs/super.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index e9f7a754c4f..84f3c7fd155 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -447,9 +447,6 @@ static int ubifs_sync_fs(struct super_block *sb, int wait)  	if (!wait)  		return 0; -	if (sb->s_flags & MS_RDONLY) -		return 0; -  	/*  	 * VFS calls '->sync_fs()' before synchronizing all dirty inodes and  	 * pages, so synchronize them first, then commit the journal. Strictly  |