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 89df68b32fc..7183dcf0356 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -12,9 +12,6 @@ #include <linux/fs.h> -#define DIO_FORCE 0x00000001 -#define DIO_CLEAN 0x00000002 -#define DIO_DIRTY 0x00000004 #define DIO_START 0x00000008 #define DIO_WAIT 0x00000010 #define DIO_METADATA 0x00000020 |