xfs: convert log tail checking to a warning
[deliverable/linux.git] / fs / xfs / xfs_log_priv.h
index 15dbf1f9c2be6c962655a84f6a254cc191723cee..bc988d4ef9589bc2b8fd2ffde8ae34b1cdacb477 100644 (file)
@@ -144,6 +144,7 @@ static inline uint xlog_get_client_id(__be32 i)
 #define        XLOG_RECOVERY_NEEDED    0x4     /* log was recovered */
 #define XLOG_IO_ERROR          0x8     /* log hit an I/O error, and being
                                           shutdown */
+#define XLOG_TAIL_WARN         0x10    /* log tail verify warning issued */
 
 #ifdef __KERNEL__
 /*
This page took 0.042813 seconds and 5 git commands to generate.