diff options
Diffstat (limited to 'fs/xfs/xfs_buf.h')
-rw-r--r-- | fs/xfs/xfs_buf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 5b048f7d13ea..512d9a6776a5 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h | |||
@@ -52,7 +52,6 @@ typedef enum { | |||
52 | #define XBF_FLUSH (1 << 12)/* flush the disk cache before a write */ | 52 | #define XBF_FLUSH (1 << 12)/* flush the disk cache before a write */ |
53 | 53 | ||
54 | /* flags used only as arguments to access routines */ | 54 | /* flags used only as arguments to access routines */ |
55 | #define XBF_LOCK (1 << 15)/* lock requested */ | ||
56 | #define XBF_TRYLOCK (1 << 16)/* lock requested, but do not wait */ | 55 | #define XBF_TRYLOCK (1 << 16)/* lock requested, but do not wait */ |
57 | #define XBF_DONT_BLOCK (1 << 17)/* do not block in current thread */ | 56 | #define XBF_DONT_BLOCK (1 << 17)/* do not block in current thread */ |
58 | 57 | ||
@@ -74,8 +73,7 @@ typedef unsigned int xfs_buf_flags_t; | |||
74 | { XBF_SYNCIO, "SYNCIO" }, \ | 73 | { XBF_SYNCIO, "SYNCIO" }, \ |
75 | { XBF_FUA, "FUA" }, \ | 74 | { XBF_FUA, "FUA" }, \ |
76 | { XBF_FLUSH, "FLUSH" }, \ | 75 | { XBF_FLUSH, "FLUSH" }, \ |
77 | { XBF_LOCK, "LOCK" }, /* should never be set */\ | 76 | { XBF_TRYLOCK, "TRYLOCK" }, /* should never be set */\ |
78 | { XBF_TRYLOCK, "TRYLOCK" }, /* ditto */\ | ||
79 | { XBF_DONT_BLOCK, "DONT_BLOCK" }, /* ditto */\ | 77 | { XBF_DONT_BLOCK, "DONT_BLOCK" }, /* ditto */\ |
80 | { _XBF_PAGES, "PAGES" }, \ | 78 | { _XBF_PAGES, "PAGES" }, \ |
81 | { _XBF_KMEM, "KMEM" }, \ | 79 | { _XBF_KMEM, "KMEM" }, \ |