]> err.no Git - linux-2.6/blobdiff - fs/xfs/linux-2.6/xfs_buf.h
Merge branch 'master' into 85xx
[linux-2.6] / fs / xfs / linux-2.6 / xfs_buf.h
index 9dd235cb01070623795c7e880c58636465ae17b6..9e8ef8fef39fff7f5c58d00209b42bdd0d60569e 100644 (file)
@@ -69,8 +69,8 @@ typedef enum {
 } xfs_buf_flags_t;
 
 typedef enum {
-       XBT_FORCE_SLEEP = (0 << 1),
-       XBT_FORCE_FLUSH = (1 << 1),
+       XBT_FORCE_SLEEP = 0,
+       XBT_FORCE_FLUSH = 1,
 } xfs_buftarg_flags_t;
 
 typedef struct xfs_bufhash {