From: Artem Bityutskiy Date: Tue, 3 Jul 2012 13:43:26 +0000 (+0300) Subject: fs/sysv: remove useless write_super call X-Git-Tag: v3.6-rc1~152^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d05d315a4fdf5ccb0dbf0ce38bac12d522d33e;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed