diff options
-rw-r--r-- | fs/gfs2/lm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/lm.c b/fs/gfs2/lm.c index cc7442261b2e..f86f11f39738 100644 --- a/fs/gfs2/lm.c +++ b/fs/gfs2/lm.c | |||
@@ -101,8 +101,8 @@ int gfs2_lm_withdraw(struct gfs2_sbd *sdp, char *fmt, ...) | |||
101 | va_end(args); | 101 | va_end(args); |
102 | 102 | ||
103 | fs_err(sdp, "about to withdraw from the cluster\n"); | 103 | fs_err(sdp, "about to withdraw from the cluster\n"); |
104 | if (sdp->sd_args.ar_debug) | 104 | BUG_ON(sdp->sd_args.ar_debug); |
105 | BUG(); | 105 | |
106 | 106 | ||
107 | fs_err(sdp, "waiting for outstanding I/O\n"); | 107 | fs_err(sdp, "waiting for outstanding I/O\n"); |
108 | 108 | ||