diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
commit | 9efe21cb82b5dbe3b0b2ae4de4eccc64ecb94e95 (patch) | |
tree | 7ff8833745d2f268f897f6fa4a27263b4a572245 /fs/ext4/ext4_i.h | |
parent | de18836e447c2dc30120c0919b8db8ddc0401cc4 (diff) | |
parent | 0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c (diff) |
Merge branch 'linus' into irq/threaded
Conflicts:
include/linux/irq.h
kernel/irq/handle.c
Diffstat (limited to 'fs/ext4/ext4_i.h')
-rw-r--r-- | fs/ext4/ext4_i.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h index e69acc16f5c4..4ce2187123aa 100644 --- a/fs/ext4/ext4_i.h +++ b/fs/ext4/ext4_i.h | |||
@@ -33,9 +33,6 @@ typedef __u32 ext4_lblk_t; | |||
33 | /* data type for block group number */ | 33 | /* data type for block group number */ |
34 | typedef unsigned int ext4_group_t; | 34 | typedef unsigned int ext4_group_t; |
35 | 35 | ||
36 | #define rsv_start rsv_window._rsv_start | ||
37 | #define rsv_end rsv_window._rsv_end | ||
38 | |||
39 | /* | 36 | /* |
40 | * storage for cached extent | 37 | * storage for cached extent |
41 | */ | 38 | */ |
@@ -125,6 +122,9 @@ struct ext4_inode_info { | |||
125 | struct list_head i_prealloc_list; | 122 | struct list_head i_prealloc_list; |
126 | spinlock_t i_prealloc_lock; | 123 | spinlock_t i_prealloc_lock; |
127 | 124 | ||
125 | /* ialloc */ | ||
126 | ext4_group_t i_last_alloc_group; | ||
127 | |||
128 | /* allocation reservation info for delalloc */ | 128 | /* allocation reservation info for delalloc */ |
129 | unsigned int i_reserved_data_blocks; | 129 | unsigned int i_reserved_data_blocks; |
130 | unsigned int i_reserved_meta_blocks; | 130 | unsigned int i_reserved_meta_blocks; |