diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-20 15:48:09 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-20 15:48:09 -0400 |
commit | 56965536b8056f57830219efbba4b85218d96d6c (patch) | |
tree | 7fe7553bb716bdb00c411f013cb0eed8a6b72ef6 /fs/gfs2/incore.h | |
parent | f0e522a901f209d55992a20f4e30123b43af37dd (diff) |
[GFS2] Remove unused constants
Three of the DIO constants were not being used, so remove them.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 89df68b32fc6..7183dcf03563 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -12,9 +12,6 @@ | |||
12 | 12 | ||
13 | #include <linux/fs.h> | 13 | #include <linux/fs.h> |
14 | 14 | ||
15 | #define DIO_FORCE 0x00000001 | ||
16 | #define DIO_CLEAN 0x00000002 | ||
17 | #define DIO_DIRTY 0x00000004 | ||
18 | #define DIO_START 0x00000008 | 15 | #define DIO_START 0x00000008 |
19 | #define DIO_WAIT 0x00000010 | 16 | #define DIO_WAIT 0x00000010 |
20 | #define DIO_METADATA 0x00000020 | 17 | #define DIO_METADATA 0x00000020 |