]> 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)
commit599725f4df2849633c89f0e78f744f3b423c015a
treed286fc3beb56c0a3a64f4dcf578cd442d967ddce
parent246e0c7a221c18f89552ea4af7e03263776722d0
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