Artem Bityutskiy 7435d50611 AFFS: wait for sb synchronization when needed
AFFS does not ever wait for superblock synchronization in
->put_super(), ->write_super, and ->sync_fs().

However, it should wait for synchronization in ->put_super() because
it is about to be unmounted, in ->write_super() because this is
periodic SB synchronization performed from a separate kernel thread,
and in ->sync_fs() it should respect the 'wait' flag. This patch fixes
the situation.

Also, in ->put_super(), do not write the SB if it is not dirty.

Tested-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-09 16:48:51 -04:00
..
2010-08-09 16:48:06 -04:00
2005-04-16 15:20:36 -07:00
2009-06-11 21:36:14 -04:00
2010-08-09 16:47:31 -04:00
2010-08-09 16:48:06 -04:00
2009-01-22 13:15:56 +03:00
2005-04-16 15:20:36 -07:00
2010-05-27 09:12:53 -07:00