commit | c37650161a53c01ddd88587675f9a4adc909a73e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Oct 06 10:48:20 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:18:19 2010 -0400 |
tree | 85821998de9a6723dedc42488b9491db9692d1e3 | |
parent | 81fca444001e5a41ab80ce8cf9a5734c00ec6546 [diff] |
fs: add sync_inode_metadata Add a new helper to write out the inode using the writeback code, that is including the correct dirty bit and list manipulation. A few of filesystems already opencode this, and a lot of others should be using it instead of using write_inode_now which also writes out the data. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>