diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2019-11-13 04:04:28 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-14 05:22:41 +0300 |
commit | a55cefccaaa825169f8649fd3b2a78b15893e7a9 (patch) | |
tree | 263b9ffb7e2f7b8366b2d11c9e8822ed9263ad53 /fs/xfs/xfs_log_priv.h | |
parent | 35dab307c8e912306cf38d974d3c7f7adc090bce (diff) | |
download | linux-a55cefccaaa825169f8649fd3b2a78b15893e7a9.tar.xz |
xfs: remove unused structure members & simple typedefs
Remove some unused typedef'd simple types, and some unused
structure members.
Signed-off-by: Eric Sandeen <sandeen@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_log_priv.h')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index c47aa2ca6dc7..b192c5a9f9fd 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h @@ -394,8 +394,6 @@ struct xlog { /* The following field are used for debugging; need to hold icloglock */ #ifdef DEBUG void *l_iclog_bak[XLOG_MAX_ICLOGS]; - /* log record crc error injection factor */ - uint32_t l_badcrc_factor; #endif /* log recovery lsn tracking (for buffer submission */ xfs_lsn_t l_recovery_lsn; |