From: Andrew Morton Date: Thu, 13 Jan 2011 23:45:48 +0000 (-0800) Subject: sync_inode_metadata: fix comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c691b9d983d7015d54057034f4cd9b6d8affd976;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git sync_inode_metadata: fix comment Use correct function name, remove incorrect apostrophe Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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) EXPORT_SYMBOL(sync_inode); /** - * sync_inode - write an inode to disk + * sync_inode_metadata - write an inode to disk * @inode: the inode to sync * @wait: wait for I/O to complete. * - * Write an inode to disk and adjust it's dirty state after completion. + * Write an inode to disk and adjust its dirty state after completion. * * Note: only writes the actual inode, no associated data or other metadata. */