Commit ef101b97 authored by Eric Sandeen's avatar Eric Sandeen Committed by Nathan Scott

[XFS] Fix dyslexic definition of XFS_MAX_ERR_LEVEL...

SGI Modid: 2.5.x-xfs:slinx:135847a
parent 9629d799
......@@ -41,7 +41,7 @@ static char message[256]; /* keep it off the stack */
static spinlock_t xfs_err_lock = SPIN_LOCK_UNLOCKED;
/* Translate from CE_FOO to KERN_FOO, err_level(CE_FOO) == KERN_FOO */
#define MAX_XFS_ERR_LEVEL 7
#define XFS_MAX_ERR_LEVEL 7
static char *err_level[XFS_MAX_ERR_LEVEL+1] =
{KERN_EMERG, KERN_ALERT, KERN_CRIT,
KERN_ERR, KERN_WARNING, KERN_NOTICE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment