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
@@ -136,9 +136,6 @@ xfs_efi_item_release(
|
||||
xfs_efi_release(EFI_ITEM(lip));
|
||||
}
|
||||
|
||||
/*
|
||||
* This is the ops vector shared by all efi log items.
|
||||
*/
|
||||
static const struct xfs_item_ops xfs_efi_item_ops = {
|
||||
.iop_size = xfs_efi_item_size,
|
||||
.iop_format = xfs_efi_item_format,
|
||||
@@ -308,9 +305,6 @@ xfs_efd_item_release(
|
||||
xfs_efd_item_free(efdp);
|
||||
}
|
||||
|
||||
/*
|
||||
* This is the ops vector shared by all efd log items.
|
||||
*/
|
||||
static const struct xfs_item_ops xfs_efd_item_ops = {
|
||||
.flags = XFS_ITEM_RELEASE_WHEN_COMMITTED,
|
||||
.iop_size = xfs_efd_item_size,
|
||||
|
Reference in New Issue
Block a user