diff options
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index 758e4eb67c0c..8f285149681f 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h | |||
@@ -492,6 +492,8 @@ typedef struct log { | |||
492 | * alignment mask */ | 492 | * alignment mask */ |
493 | } xlog_t; | 493 | } xlog_t; |
494 | 494 | ||
495 | #define XLOG_FORCED_SHUTDOWN(log) ((log)->l_flags & XLOG_IO_ERROR) | ||
496 | |||
495 | #define XLOG_GRANT_SUB_SPACE(log,bytes,type) \ | 497 | #define XLOG_GRANT_SUB_SPACE(log,bytes,type) \ |
496 | xlog_grant_sub_space(log,bytes,type) | 498 | xlog_grant_sub_space(log,bytes,type) |
497 | static inline void xlog_grant_sub_space(struct log *log, int bytes, int type) | 499 | static inline void xlog_grant_sub_space(struct log *log, int bytes, int type) |