diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 8b5dd6369f82..47162de0b957 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -577,7 +577,7 @@ struct ext4_mount_options { | |||
577 | #endif | 577 | #endif |
578 | }; | 578 | }; |
579 | 579 | ||
580 | /* Max physical block we can addres w/o extents */ | 580 | /* Max physical block we can address w/o extents */ |
581 | #define EXT4_MAX_BLOCK_FILE_PHYS 0xFFFFFFFF | 581 | #define EXT4_MAX_BLOCK_FILE_PHYS 0xFFFFFFFF |
582 | 582 | ||
583 | /* | 583 | /* |