commit | f510cfecfc98759d75283823cfccf0cc0d59a4c6 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Oct 15 16:14:48 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:56 2008 -0400 |
tree | dfc2f788df4e2a437d976f78a2a2a675375f7134 | |
parent | ae5252bd51a252b7b8b02289337c36774835101c [diff] [blame] |
Btrfs: Fix extent_buffer and extent_state leaks Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/extent_map.h b/fs/btrfs/extent_map.h index 3b3abf3..d100f7c 100644 --- a/fs/btrfs/extent_map.h +++ b/fs/btrfs/extent_map.h
@@ -68,7 +68,9 @@ atomic_t refs; int flags; struct list_head list; + struct list_head leak_list; struct page *first_page; + unsigned long alloc_addr; }; typedef struct extent_map *(get_extent_t)(struct inode *inode,