ufs: add ->sync_fs
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jun 2009 08:08:05 +0000 (10:08 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:16 +0000 (21:36 -0400)
commit8c8006564a58d0ea912bf7f2d0a758d97e4b464f
tree696dd67b5b2c3e303fe17bf992ced9ccb4b34806
parentad43ffdeea0a7bd3e6036c4aeec2e6699aef8ac7
ufs: add ->sync_fs

Add a ->sync_fs method for data integrity syncs, and reimplement
->write_super ontop of it.

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