fs/sysv: remove useless write_super call
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 3 Jul 2012 13:43:26 +0000 (16:43 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:58:10 +0000 (23:58 +0400)
commita4d05d315a4fdf5ccb0dbf0ce38bac12d522d33e
treed286fc3beb56c0a3a64f4dcf578cd442d967ddce
parent5687b5780e90278a62d4cd916a3632087066f59d
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>
fs/sysv/inode.c