diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-10-15 16:14:48 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:56 -0400 |
commit | f510cfecfc98759d75283823cfccf0cc0d59a4c6 (patch) | |
tree | dfc2f788df4e2a437d976f78a2a2a675375f7134 /fs/btrfs/extent_map.h | |
parent | ae5252bd51a252b7b8b02289337c36774835101c (diff) |
Btrfs: Fix extent_buffer and extent_state leaks
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent_map.h')
-rw-r--r-- | fs/btrfs/extent_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/extent_map.h b/fs/btrfs/extent_map.h index 3b3abf34c403..d100f7c1476c 100644 --- a/fs/btrfs/extent_map.h +++ b/fs/btrfs/extent_map.h | |||
@@ -68,7 +68,9 @@ struct extent_buffer { | |||
68 | atomic_t refs; | 68 | atomic_t refs; |
69 | int flags; | 69 | int flags; |
70 | struct list_head list; | 70 | struct list_head list; |
71 | struct list_head leak_list; | ||
71 | struct page *first_page; | 72 | struct page *first_page; |
73 | unsigned long alloc_addr; | ||
72 | }; | 74 | }; |
73 | 75 | ||
74 | typedef struct extent_map *(get_extent_t)(struct inode *inode, | 76 | typedef struct extent_map *(get_extent_t)(struct inode *inode, |