]> git.baikalelectronics.ru Git - kernel.git/commit
affs: add ->sync_fs
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jun 2009 08:03:15 +0000 (10:03 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:14 +0000 (21:36 -0400)
commit304d91589de34719ca3b841fdf5c7bf592b379e1
tree413a1bfac3009e2f9a370b8f709c37b1ea8878d0
parent49ba882f6c8a02d1e6dc3bf07f395901dde40959
affs: add ->sync_fs

Add a ->sync_fs method for data integrity syncs.  Factor out common code
between affs_put_super, affs_write_super and the new affs_sync_fs into
a helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/affs/super.c