aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-08-30 09:38:30 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-08-30 09:38:30 -0400
commit5e2b0613ed9f9641937dd5948051631249447c57 (patch)
tree2bccd88b4303e7917824cef45aabbe43cd0d93c2 /fs/gfs2/incore.h
parent[GFS2] Make glock operations const (diff)
downloadlinux-dev-5e2b0613ed9f9641937dd5948051631249447c57.tar.xz
linux-dev-5e2b0613ed9f9641937dd5948051631249447c57.zip
[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/incore.h')
-rw-r--r--fs/gfs2/incore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 38098ac292af..362c2422d506 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -167,7 +167,6 @@ enum {
GLF_LOCK = 1,
GLF_STICKY = 2,
GLF_PREFETCH = 3,
- GLF_SYNC = 4,
GLF_DIRTY = 5,
GLF_SKIP_WAITERS2 = 6,
GLF_GREEDY = 7,