diff options
author | Christoph Hellwig <hch@lst.de> | 2018-03-13 23:15:27 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-03-14 11:12:51 -0700 |
commit | 4f7aa2fd8c94d621e62131f3d6506a88ad9b0926 (patch) | |
tree | b674e492f26729e542f5afc4a044464abf718e36 /fs | |
parent | 2022ab36fefc8cb6483b767e3ff9d099087c52d9 (diff) | |
download | linux-4f7aa2fd8c94d621e62131f3d6506a88ad9b0926.tar.bz2 |
xfs: remove an outdated comment for xfs_inode_item_committing
The function now does something, and that something is central to our
inode logging scheme.
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')
-rw-r--r-- | fs/xfs/xfs_inode_item.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c index 35c1d3772a9c..34b91b789702 100644 --- a/fs/xfs/xfs_inode_item.c +++ b/fs/xfs/xfs_inode_item.c @@ -634,10 +634,6 @@ xfs_inode_item_committed( return lsn; } -/* - * XXX rcc - this one really has to do something. Probably needs - * to stamp in a new field in the incore inode. - */ STATIC void xfs_inode_item_committing( struct xfs_log_item *lip, |