mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 23:00:21 +00:00
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
@ -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…
x
Reference in New Issue
Block a user