diff options
Diffstat (limited to 'fs/dlm/debug_fs.c')
-rw-r--r-- | fs/dlm/debug_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/debug_fs.c b/fs/dlm/debug_fs.c index 375a2359b3bf..29d6139c35fc 100644 --- a/fs/dlm/debug_fs.c +++ b/fs/dlm/debug_fs.c | |||
@@ -256,7 +256,7 @@ static int print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, | |||
256 | lkb->lkb_status, | 256 | lkb->lkb_status, |
257 | lkb->lkb_grmode, | 257 | lkb->lkb_grmode, |
258 | lkb->lkb_rqmode, | 258 | lkb->lkb_rqmode, |
259 | lkb->lkb_highbast, | 259 | lkb->lkb_bastmode, |
260 | rsb_lookup, | 260 | rsb_lookup, |
261 | lkb->lkb_wait_type, | 261 | lkb->lkb_wait_type, |
262 | lkb->lkb_lvbseq, | 262 | lkb->lkb_lvbseq, |