]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:27:34 +0000 (19:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 29 Jun 2019 02:27:34 +0000 (19:27 -0700)
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>
fs/xfs/xfs_bmap_item.c
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_dquot_item.c
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_icreate_item.c
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_rmap_item.c

index 6c3c03770b3f11bc115dac8a805f12a731615658..e99b82e592a56ca02109e7252f0cee24cf87bcb5 100644 (file)
@@ -126,9 +126,6 @@ xfs_bui_item_release(
        xfs_bui_release(BUI_ITEM(lip));
 }
 
-/*
- * This is the ops vector shared by all bui log items.
- */
 static const struct xfs_item_ops xfs_bui_item_ops = {
        .iop_size       = xfs_bui_item_size,
        .iop_format     = xfs_bui_item_format,
@@ -209,9 +206,6 @@ xfs_bud_item_release(
        kmem_zone_free(xfs_bud_zone, budp);
 }
 
-/*
- * This is the ops vector shared by all bud log items.
- */
 static const struct xfs_item_ops xfs_bud_item_ops = {
        .flags          = XFS_ITEM_RELEASE_WHEN_COMMITTED,
        .iop_size       = xfs_bud_item_size,
index cfe2ac0ad4681dd9373bb7d79ffaabcb35632fb0..b06d92ee94ffbf4f9bac4a0ee4ca898ebc3e74ad 100644 (file)
@@ -680,9 +680,6 @@ xfs_buf_item_committed(
        return lsn;
 }
 
-/*
- * This is the ops vector shared by all buf log items.
- */
 static const struct xfs_item_ops xfs_buf_item_ops = {
        .iop_size       = xfs_buf_item_size,
        .iop_format     = xfs_buf_item_format,
index 334f6ca1cefccdf608ac89a381df4f05695b32ea..cda11cbe6192eeeb50fb370323531f400ca74745 100644 (file)
@@ -223,9 +223,6 @@ xfs_qm_dquot_logitem_committing(
        return xfs_qm_dquot_logitem_release(lip);
 }
 
-/*
- * This is the ops vector for dquots
- */
 static const struct xfs_item_ops xfs_dquot_item_ops = {
        .iop_size       = xfs_qm_dquot_logitem_size,
        .iop_format     = xfs_qm_dquot_logitem_format,
@@ -334,9 +331,6 @@ static const struct xfs_item_ops xfs_qm_qoffend_logitem_ops = {
        .iop_push       = xfs_qm_qoff_logitem_push,
 };
 
-/*
- * This is the ops vector shared by all quotaoff-start log items.
- */
 static const struct xfs_item_ops xfs_qm_qoff_logitem_ops = {
        .iop_size       = xfs_qm_qoff_logitem_size,
        .iop_format     = xfs_qm_qoff_logitem_format,
index 811923231bb7ad1125cff4db4a58776d51342f98..2c379947715d7c693e04fa5bd48d766d8ffefc64 100644 (file)
@@ -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,
index ac9918da5f4a54e38befc195537e94c756f6462f..c0376135889d265a77a2f9c17a6e851a85002a08 100644 (file)
@@ -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,
index e152b3bb32725c9da69bc5909bb4cacf2f81e3c9..78c571ce8301f6af05d06b3f054aed507ff95898 100644 (file)
@@ -628,9 +628,6 @@ xfs_inode_item_committing(
        return xfs_inode_item_release(lip);
 }
 
-/*
- * This is the ops vector shared by all buf log items.
- */
 static const struct xfs_item_ops xfs_inode_item_ops = {
        .iop_size       = xfs_inode_item_size,
        .iop_format     = xfs_inode_item_format,
index 5b03478c5d1f6c65586f30a137b8455acd677ba8..a4a2296546b689d1b874d9c24f73c67060884df9 100644 (file)
@@ -124,9 +124,6 @@ xfs_cui_item_release(
        xfs_cui_release(CUI_ITEM(lip));
 }
 
-/*
- * This is the ops vector shared by all cui log items.
- */
 static const struct xfs_item_ops xfs_cui_item_ops = {
        .iop_size       = xfs_cui_item_size,
        .iop_format     = xfs_cui_item_format,
@@ -213,9 +210,6 @@ xfs_cud_item_release(
        kmem_zone_free(xfs_cud_zone, cudp);
 }
 
-/*
- * This is the ops vector shared by all cud log items.
- */
 static const struct xfs_item_ops xfs_cud_item_ops = {
        .flags          = XFS_ITEM_RELEASE_WHEN_COMMITTED,
        .iop_size       = xfs_cud_item_size,
index 3fbc7c5ffa96f4020bfa226b498c93d26acfa2d4..c2f6acdc593da2742201370dbd46209efb693054 100644 (file)
@@ -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,