commit | d5aacad548db1ff547adf35d0a77eb2a8ed4fe14 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 07 14:56:44 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:11 2009 -0400 |
tree | fbdf12dbacde76a1bb57738f1f67b87a673ddff2 | |
parent | 337eb00a2c3a421999c39c94ce7e33545ee8baa7 [diff] |
New helper - simple_fsync() 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>