diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2011-01-13 18:45:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 20:32:32 -0500 |
commit | c691b9d983d7015d54057034f4cd9b6d8affd976 (patch) | |
tree | f87bd8ba07deacb2bcab5fe93684a04f0f7d34c2 /fs/fs-writeback.c | |
parent | b9543dac5bbc4aef0a598965b6b34f6259ab9a9b (diff) |
sync_inode_metadata: fix comment
Use correct function name, remove incorrect apostrophe
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r-- | fs/fs-writeback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index e8063c938dd2..05aab263e9aa 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -1303,11 +1303,11 @@ int sync_inode(struct inode *inode, struct writeback_control *wbc) | |||
1303 | EXPORT_SYMBOL(sync_inode); | 1303 | EXPORT_SYMBOL(sync_inode); |
1304 | 1304 | ||
1305 | /** | 1305 | /** |
1306 | * sync_inode - write an inode to disk | 1306 | * sync_inode_metadata - write an inode to disk |
1307 | * @inode: the inode to sync | 1307 | * @inode: the inode to sync |
1308 | * @wait: wait for I/O to complete. | 1308 | * @wait: wait for I/O to complete. |
1309 | * | 1309 | * |
1310 | * Write an inode to disk and adjust it's dirty state after completion. | 1310 | * Write an inode to disk and adjust its dirty state after completion. |
1311 | * | 1311 | * |
1312 | * Note: only writes the actual inode, no associated data or other metadata. | 1312 | * Note: only writes the actual inode, no associated data or other metadata. |
1313 | */ | 1313 | */ |