diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 602d5ad6f5e7..307ecd13a762 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -377,6 +377,7 @@ struct ext4_new_group_data { | |||
377 | */ | 377 | */ |
378 | #define EXT4_FREE_BLOCKS_METADATA 0x0001 | 378 | #define EXT4_FREE_BLOCKS_METADATA 0x0001 |
379 | #define EXT4_FREE_BLOCKS_FORGET 0x0002 | 379 | #define EXT4_FREE_BLOCKS_FORGET 0x0002 |
380 | #define EXT4_FREE_BLOCKS_VALIDATED 0x0004 | ||
380 | 381 | ||
381 | /* | 382 | /* |
382 | * ioctl commands | 383 | * ioctl commands |