]> Git Repo - linux.git/blobdiff - fs/ext4/ext4_extents.h
ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
[linux.git] / fs / ext4 / ext4_extents.h
index 9538633879d77935373ab340bbff7f875869c991..61652f1d15e67cdc945b9de935550d189ce33b56 100644 (file)
@@ -137,6 +137,7 @@ typedef int (*ext_prepare_callback)(struct inode *, struct ext4_ext_path *,
 #define EXT_BREAK      1
 #define EXT_REPEAT     2
 
+/* Maximum logical block in a file; ext4_extent's ee_block is __le32 */
 #define EXT_MAX_BLOCK  0xffffffff
 
 /*
This page took 0.029536 seconds and 4 git commands to generate.