diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-04 12:31:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-04 12:31:52 -0800 |
commit | e43c259777999d19532cf418ca69ce1288b42edc (patch) | |
tree | d8fa5de63560d13917df4843f70a73189f77a33d /fs/ext4/ext4.h | |
parent | 3e8d95d95eaf4b332f6e1862ffbaa80c24780767 (diff) | |
parent | 9d0be50230b333005635967f7ecd4897dbfd181b (diff) | |
download | blackbird-op-linux-e43c259777999d19532cf418ca69ce1288b42edc.tar.gz blackbird-op-linux-e43c259777999d19532cf418ca69ce1288b42edc.zip |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
ext4: Calculate metadata requirements more accurately
ext4: Fix accounting of reserved metadata blocks
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 56f9271ee8cc..af7b62699ea9 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -699,6 +699,8 @@ struct ext4_inode_info { unsigned int i_reserved_meta_blocks; unsigned int i_allocated_meta_blocks; unsigned short i_delalloc_reserved_flag; + sector_t i_da_metadata_calc_last_lblock; + int i_da_metadata_calc_len; /* on-disk additional length */ __u16 i_extra_isize; |