]> Git Repo - linux.git/commit
fs/sysv: remove useless write_super call
authorArtem Bityutskiy <[email protected]>
Tue, 3 Jul 2012 13:43:26 +0000 (16:43 +0300)
committerAl Viro <[email protected]>
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/sysv/inode.c
This page took 0.044858 seconds and 4 git commands to generate.