summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot_item.c
diff options
context:
space:
mode:
authorChristoph Hellwig2019-06-29 04:27:34 +0200
committerDarrick J. Wong2019-06-29 04:27:34 +0200
commit95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca (patch)
tree394633cc9e3b5876ac014561f01acd04ba515f61 /fs/xfs/xfs_dquot_item.c
parentxfs: use a list_head for iclog callbacks (diff)
downloadkernel-qcow2-linux-95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca.tar.gz
kernel-qcow2-linux-95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca.tar.xz
kernel-qcow2-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_dquot_item.c')
-rw-r--r--fs/xfs/xfs_dquot_item.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_dquot_item.c b/fs/xfs/xfs_dquot_item.c
index 334f6ca1cefc..cda11cbe6192 100644
--- a/fs/xfs/xfs_dquot_item.c
+++ b/fs/xfs/xfs_dquot_item.c
@@ -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,