commit | a4d05d315a4fdf5ccb0dbf0ce38bac12d522d33e | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Tue Jul 03 16:43:26 2012 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 22 23:58:10 2012 +0400 |
tree | d286fc3beb56c0a3a64f4dcf578cd442d967ddce | |
parent | 5687b5780e90278a62d4cd916a3632087066f59d [diff] |
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>