On Wed, Oct 09, 2019 at 04:27:46PM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- Reviewed-by: Brian Foster <bfoster@xxxxxxxxxx> > fs/xfs/xfs_log_priv.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h > index 90e210e433cf..66bd370ae60a 100644 > --- a/fs/xfs/xfs_log_priv.h > +++ b/fs/xfs/xfs_log_priv.h > @@ -49,8 +49,6 @@ static inline uint xlog_get_client_id(__be32 i) > #define XLOG_STATE_CALLBACK 0x0020 /* Callback functions now */ > #define XLOG_STATE_DIRTY 0x0040 /* Dirty IC log, not ready for ACTIVE status*/ > #define XLOG_STATE_IOERROR 0x0080 /* IO error happened in sync'ing log */ > -#define XLOG_STATE_ALL 0x7FFF /* All possible valid flags */ > -#define XLOG_STATE_NOTUSED 0x8000 /* This IC log not being used */ > > /* > * Flags to log ticket > -- > 2.20.1 >