diff options
author | Christoph Hellwig <hch@lst.de> | 2018-03-14 02:15:27 -0400 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-03-14 14:12:51 -0400 |
commit | 4f7aa2fd8c94d621e62131f3d6506a88ad9b0926 (patch) | |
tree | b674e492f26729e542f5afc4a044464abf718e36 | |
parent | 2022ab36fefc8cb6483b767e3ff9d099087c52d9 (diff) |
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>
-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( | |||
634 | return lsn; | 634 | return lsn; |
635 | } | 635 | } |
636 | 636 | ||
637 | /* | ||
638 | * XXX rcc - this one really has to do something. Probably needs | ||
639 | * to stamp in a new field in the incore inode. | ||
640 | */ | ||
641 | STATIC void | 637 | STATIC void |
642 | xfs_inode_item_committing( | 638 | xfs_inode_item_committing( |
643 | struct xfs_log_item *lip, | 639 | struct xfs_log_item *lip, |