[GFS2] Remove unused constants

Three of the DIO constants were not being used, so remove them.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
Steven Whitehouse
2006-09-20 15:48:09 -04:00
parent f0e522a901
commit 56965536b8
3 changed files with 3 additions and 10 deletions

View File

@ -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