xfs: Convert xlog_warn to new logging interface
[deliverable/linux.git] / fs / xfs / xfs_log_priv.h
index d5f8be8f4bf603cac8c3f0394759e5fefdd8d42e..15dbf1f9c2be6c962655a84f6a254cc191723cee 100644 (file)
@@ -87,10 +87,6 @@ static inline uint xlog_get_client_id(__be32 i)
        return be32_to_cpu(i) >> 24;
 }
 
-#define xlog_panic(args...)    cmn_err(CE_PANIC, ## args)
-#define xlog_exit(args...)     cmn_err(CE_PANIC, ## args)
-#define xlog_warn(args...)     cmn_err(CE_WARN, ## args)
-
 /*
  * In core log state
  */
This page took 0.024047 seconds and 5 git commands to generate.