bfs: add ->sync_fs
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jun 2009 08:03:38 +0000 (10:03 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:14 +0000 (21:36 -0400)
commit561e47ce7244168788d4ecef9a2271df204b3c89
treeb587db305924ff4fea0ca1ad18b341dfda65281e
parente28964365faf3b9961695eb62b48cbc9f2a2a245
bfs: 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/bfs/inode.c