fs/sysv: remove useless write_super call
We do not need to call 'sysv_write_super()' from 'sysv_put_super()', because VFS has called 'sysv_sync_fs()' before calling '->put_super()'. So remove it. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
5687b5780e
commit
a4d05d315a
1 changed files with 0 additions and 3 deletions
|
@ -81,9 +81,6 @@ static void sysv_put_super(struct super_block *sb)
|
|||
{
|
||||
struct sysv_sb_info *sbi = SYSV_SB(sb);
|
||||
|
||||
if (sb->s_dirt)
|
||||
sysv_write_super(sb);
|
||||
|
||||
if (!(sb->s_flags & MS_RDONLY)) {
|
||||
/* XXX ext2 also updates the state here */
|
||||
mark_buffer_dirty(sbi->s_bh1);
|
||||
|
|
Loading…
Reference in a new issue