diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-29 04:27:34 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-06-29 04:27:34 +0200 |
commit | 95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca (patch) | |
tree | 394633cc9e3b5876ac014561f01acd04ba515f61 /fs/xfs/xfs_icreate_item.c | |
parent | xfs: use a list_head for iclog callbacks (diff) | |
download | linux-95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca.tar.xz linux-95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca.zip |
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_icreate_item.c')
-rw-r--r-- | fs/xfs/xfs_icreate_item.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_icreate_item.c b/fs/xfs/xfs_icreate_item.c index ac9918da5f4a..c0376135889d 100644 --- a/fs/xfs/xfs_icreate_item.c +++ b/fs/xfs/xfs_icreate_item.c @@ -63,9 +63,6 @@ xfs_icreate_item_release( kmem_zone_free(xfs_icreate_zone, ICR_ITEM(lip)); } -/* - * This is the ops vector shared by all buf log items. - */ static const struct xfs_item_ops xfs_icreate_item_ops = { .flags = XFS_ITEM_RELEASE_WHEN_COMMITTED, .iop_size = xfs_icreate_item_size, |