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/incore.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/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 1 |
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 { | |||
167 | GLF_LOCK = 1, | 167 | GLF_LOCK = 1, |
168 | GLF_STICKY = 2, | 168 | GLF_STICKY = 2, |
169 | GLF_PREFETCH = 3, | 169 | GLF_PREFETCH = 3, |
170 | GLF_SYNC = 4, | ||
171 | GLF_DIRTY = 5, | 170 | GLF_DIRTY = 5, |
172 | GLF_SKIP_WAITERS2 = 6, | 171 | GLF_SKIP_WAITERS2 = 6, |
173 | GLF_GREEDY = 7, | 172 | GLF_GREEDY = 7, |