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>
This commit is contained in:

committed by
Darrick J. Wong

parent
89ae379d56
commit
95cf0e4a0d
@@ -123,9 +123,6 @@ xfs_rui_item_release(
|
||||
xfs_rui_release(RUI_ITEM(lip));
|
||||
}
|
||||
|
||||
/*
|
||||
* This is the ops vector shared by all rui log items.
|
||||
*/
|
||||
static const struct xfs_item_ops xfs_rui_item_ops = {
|
||||
.iop_size = xfs_rui_item_size,
|
||||
.iop_format = xfs_rui_item_format,
|
||||
@@ -234,9 +231,6 @@ xfs_rud_item_release(
|
||||
kmem_zone_free(xfs_rud_zone, rudp);
|
||||
}
|
||||
|
||||
/*
|
||||
* This is the ops vector shared by all rud log items.
|
||||
*/
|
||||
static const struct xfs_item_ops xfs_rud_item_ops = {
|
||||
.flags = XFS_ITEM_RELEASE_WHEN_COMMITTED,
|
||||
.iop_size = xfs_rud_item_size,
|
||||
|
Reference in New Issue
Block a user