diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-08 09:01:13 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:34:40 -0500 |
commit | c594d8866460a2710c436839d79f334a0714a2a7 (patch) | |
tree | 87445c86a4162fdb7589ddec313ab42dc0d5ab18 /fs/gfs2/glock.c | |
parent | f6e58f01e8dc869803b9f73b2aa9d5bc3f32ca05 (diff) |
[GFS2] Remove unused GL_DUMP flag
There is no way to set the GL_DUMP flag, and in any case the
same thing can be done with systemtap if required for debugging,
so this removes it.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r-- | fs/gfs2/glock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 44633c46717a..746347a404c4 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c | |||
@@ -1244,9 +1244,6 @@ restart: | |||
1244 | 1244 | ||
1245 | clear_bit(GLF_PREFETCH, &gl->gl_flags); | 1245 | clear_bit(GLF_PREFETCH, &gl->gl_flags); |
1246 | 1246 | ||
1247 | if (error == GLR_TRYFAILED && (gh->gh_flags & GL_DUMP)) | ||
1248 | dump_glock(gl); | ||
1249 | |||
1250 | return error; | 1247 | return error; |
1251 | } | 1248 | } |
1252 | 1249 | ||