aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ext4/ext4.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 4855800fcc5d..f70c3fc94296 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -569,7 +569,6 @@ enum {
569#define EXT4_GET_BLOCKS_NO_PUT_HOLE 0x0200 569#define EXT4_GET_BLOCKS_NO_PUT_HOLE 0x0200
570 /* Convert written extents to unwritten */ 570 /* Convert written extents to unwritten */
571#define EXT4_GET_BLOCKS_CONVERT_UNWRITTEN 0x0400 571#define EXT4_GET_BLOCKS_CONVERT_UNWRITTEN 0x0400
572/* DO NOT ASSIGN ADDITIONAL FLAG VALUES WITHOUT ADJUSTING THE FLAGS BELOW */
573 572
574/* 573/*
575 * The bit position of these flags must not overlap with any of the 574 * The bit position of these flags must not overlap with any of the
@@ -580,8 +579,8 @@ enum {
580 * caching the extents when reading from the extent tree while a 579 * caching the extents when reading from the extent tree while a
581 * truncate or punch hole operation is in progress. 580 * truncate or punch hole operation is in progress.
582 */ 581 */
583#define EXT4_EX_NOCACHE 0x0800 582#define EXT4_EX_NOCACHE 0x40000000
584#define EXT4_EX_FORCE_CACHE 0x1000 583#define EXT4_EX_FORCE_CACHE 0x20000000
585 584
586/* 585/*
587 * Flags used by ext4_free_blocks 586 * Flags used by ext4_free_blocks