summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-03-14 02:15:26 -0400
committerDarrick J. Wong <darrick.wong@oracle.com>2018-03-14 14:12:51 -0400
commit2022ab36fefc8cb6483b767e3ff9d099087c52d9 (patch)
tree03e5b62b7da7b254996b16c1318dffe9f4995329
parent0ab32086d0becee56c75a8ba21f16ac08b80f304 (diff)
xfs: remove misleading comment text on xfs_inode_item_unlock
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
-rw-r--r--fs/xfs/xfs_inode_item.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c
index 7666eae8844f..35c1d3772a9c 100644
--- a/fs/xfs/xfs_inode_item.c
+++ b/fs/xfs/xfs_inode_item.c
@@ -579,9 +579,6 @@ out_unlock:
579 579
580/* 580/*
581 * Unlock the inode associated with the inode log item. 581 * Unlock the inode associated with the inode log item.
582 * Clear the fields of the inode and inode log item that
583 * are specific to the current transaction. If the
584 * hold flags is set, do not unlock the inode.
585 */ 582 */
586STATIC void 583STATIC void
587xfs_inode_item_unlock( 584xfs_inode_item_unlock(