diff options
author | Christoph Hellwig <hch@lst.de> | 2018-03-13 23:15:26 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-03-14 11:12:51 -0700 |
commit | 2022ab36fefc8cb6483b767e3ff9d099087c52d9 (patch) | |
tree | 03e5b62b7da7b254996b16c1318dffe9f4995329 /fs/xfs | |
parent | 0ab32086d0becee56c75a8ba21f16ac08b80f304 (diff) | |
download | linux-2022ab36fefc8cb6483b767e3ff9d099087c52d9.tar.gz linux-2022ab36fefc8cb6483b767e3ff9d099087c52d9.tar.bz2 linux-2022ab36fefc8cb6483b767e3ff9d099087c52d9.zip |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_inode_item.c | 3 |
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: /* * Unlock the inode associated with the inode log item. - * Clear the fields of the inode and inode log item that - * are specific to the current transaction. If the - * hold flags is set, do not unlock the inode. */ STATIC void xfs_inode_item_unlock( |