diff options
author | Christoph Hellwig <hch@lst.de> | 2020-03-13 00:52:50 +0100 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-03-13 18:37:15 +0100 |
commit | cb3d425fa59ae92e2b4523281e1b313e4609f8ef (patch) | |
tree | 55d68f342285f49689e1a926d54ebba5b6cdbb1c /fs/xfs | |
parent | xfs: mark XLOG_FORCED_SHUTDOWN as unlikely (diff) | |
download | linux-cb3d425fa59ae92e2b4523281e1b313e4609f8ef.tar.xz linux-cb3d425fa59ae92e2b4523281e1b313e4609f8ef.zip |
xfs: remove the unused XLOG_UNMOUNT_REC_TYPE define
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index e400170ff4af..2b0aec37e73e 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h @@ -526,12 +526,6 @@ xlog_cil_force(struct xlog *log) } /* - * Unmount record type is used as a pseudo transaction type for the ticket. - * It's value must be outside the range of XFS_TRANS_* values. - */ -#define XLOG_UNMOUNT_REC_TYPE (-1U) - -/* * Wrapper function for waiting on a wait queue serialised against wakeups * by a spinlock. This matches the semantics of all the wait queues used in the * log code. |