New helper - simple_fsync()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 7 Jun 2009 18:56:44 +0000 (14:56 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:11 +0000 (21:36 -0400)
writes associated buffers, then does sync_inode() to write
the inode itself (and to make it clean).  Depends on
->write_inode() honouring the second argument.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found