ext2: add ->sync_fs
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jun 2009 08:04:17 +0000 (10:04 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:15 +0000 (21:36 -0400)
commit40f31dd47e7c3d15af1f9845eda0fa0c4c33f32f
treef711eb7629ced0f4ffd3cfb47eb69a9717143559
parent80e09fb942d38beb19dcffbeb14d496beeb0a989
ext2: 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/ext2/super.c