This dummy debugging knob isn't necessary anymore, so get rid of it.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
int q_type;
};
-struct xfs_globals {
-#ifdef DEBUG
- bool larp; /* log attribute replay */
-#endif
-};
-extern struct xfs_globals xfs_globals;
-
#endif /* __XFS_MOUNT_H__ */
spin_unlock(&mp->m_sb_lock);
}
-struct xfs_globals xfs_globals = {
-#ifdef DEBUG
- .larp = false, /* log attribute replay */
-#endif
-};
-
void xfs_ag_geom_health(struct xfs_perag *pag, struct xfs_ag_geometry *ageo) { }