Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43275
b: refs/heads/master
c: c594d88
h: refs/heads/master
i:
  43273: 01e35d5
  43271: 6d5fa83
v: v3
  • Loading branch information
Steven Whitehouse committed Nov 30, 2006
1 parent cfe2dce commit 15125ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6e58f01e8dc869803b9f73b2aa9d5bc3f32ca05
refs/heads/master: c594d8866460a2710c436839d79f334a0714a2a7
3 changes: 0 additions & 3 deletions trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,9 +1244,6 @@ int gfs2_glock_nq(struct gfs2_holder *gh)

clear_bit(GLF_PREFETCH, &gl->gl_flags);

if (error == GLR_TRYFAILED && (gh->gh_flags & GL_DUMP))
dump_glock(gl);

return error;
}

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/gfs2/glock.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#define GL_NOCACHE 0x00000400
#define GL_NOCANCEL 0x00001000
#define GL_AOP 0x00004000
#define GL_DUMP 0x00008000

#define GLR_TRYFAILED 13
#define GLR_CANCELED 14
Expand Down

0 comments on commit 15125ca

Please sign in to comment.