]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7c3c240cb77e77bfd0e2c35d8f7851c30f04c70
treef711eb7629ced0f4ffd3cfb47eb69a9717143559
parent6a0210a5873e88e9b677b39c915d20548ca0bb1f
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