diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-08-30 09:38:30 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-08-30 09:38:30 -0400 |
commit | 5e2b0613ed9f9641937dd5948051631249447c57 (patch) | |
tree | 2bccd88b4303e7917824cef45aabbe43cd0d93c2 /fs/gfs2/glock.h | |
parent | 8fb4b536e7b9dbaf7a6b8204e887b92a14e4352c (diff) |
[GFS2] Remove unused code from glock layer
Remove the unused sync feature from glocks. This is currently done by
calling the required functions to sync pages/blocks directly so this
code isn't needed.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.h')
-rw-r--r-- | fs/gfs2/glock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/glock.h b/fs/gfs2/glock.h index 12bdbfee4ddc..75fad634ced2 100644 --- a/fs/gfs2/glock.h +++ b/fs/gfs2/glock.h | |||
@@ -24,7 +24,6 @@ | |||
24 | #define GL_SKIP 0x00000100 | 24 | #define GL_SKIP 0x00000100 |
25 | #define GL_ATIME 0x00000200 | 25 | #define GL_ATIME 0x00000200 |
26 | #define GL_NOCACHE 0x00000400 | 26 | #define GL_NOCACHE 0x00000400 |
27 | #define GL_SYNC 0x00000800 | ||
28 | #define GL_NOCANCEL 0x00001000 | 27 | #define GL_NOCANCEL 0x00001000 |
29 | #define GL_AOP 0x00004000 | 28 | #define GL_AOP 0x00004000 |
30 | #define GL_DUMP 0x00008000 | 29 | #define GL_DUMP 0x00008000 |