diff options
author | Christoph Hellwig <hch@lst.de> | 2010-10-06 04:48:20 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-25 21:18:19 -0400 |
commit | c37650161a53c01ddd88587675f9a4adc909a73e (patch) | |
tree | 85821998de9a6723dedc42488b9491db9692d1e3 /include/linux/fs.h | |
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>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4f34ff6e5558..0b03f490572f 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1734,6 +1734,7 @@ static inline void file_accessed(struct file *file) | |||
1734 | } | 1734 | } |
1735 | 1735 | ||
1736 | int sync_inode(struct inode *inode, struct writeback_control *wbc); | 1736 | int sync_inode(struct inode *inode, struct writeback_control *wbc); |
1737 | int sync_inode_metadata(struct inode *inode, int wait); | ||
1737 | 1738 | ||
1738 | struct file_system_type { | 1739 | struct file_system_type { |
1739 | const char *name; | 1740 | const char *name; |