From: Christoph Hellwig Date: Wed, 6 Oct 2010 08:48:20 +0000 (+0200) Subject: fs: add sync_inode_metadata X-Git-Tag: v2.6.37-rc1~94^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37650161a53c01ddd88587675f9a4adc909a73e;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed