diff options
Diffstat (limited to 'fs/xfs/xfs_iomap.h')
| -rw-r--r-- | fs/xfs/xfs_iomap.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h index a1cc1322fc0..fdcf7b82747 100644 --- a/fs/xfs/xfs_iomap.h +++ b/fs/xfs/xfs_iomap.h @@ -40,8 +40,7 @@ typedef enum {  	BMAPI_IGNSTATE = (1 << 4),	/* ignore unwritten state on read */  	BMAPI_DIRECT = (1 << 5),	/* direct instead of buffered write */  	BMAPI_MMAP = (1 << 6),		/* allocate for mmap write */ -	BMAPI_SYNC = (1 << 7),		/* sync write to flush delalloc space */ -	BMAPI_TRYLOCK = (1 << 8),	/* non-blocking request */ +	BMAPI_TRYLOCK = (1 << 7),	/* non-blocking request */  } bmapi_flags_t;  |