]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7f020e5f2b412422f38f6847aa0001390daa898
treed286fc3beb56c0a3a64f4dcf578cd442d967ddce
parentef15e9e4e93274e3ab6848f43d23b20fc0309b2b
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