aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/fs-writeback.c4
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)
1303EXPORT_SYMBOL(sync_inode); 1303EXPORT_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 */