summaryrefslogtreecommitdiff
path: root/include/linux/flex_array.h
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2011-04-25 19:43:52 -0400
committerChris Mason <chris.mason@oracle.com>2011-04-25 19:43:52 -0400
commitf789b684bdb96e7ec2fce79445555d4fd55fb94c (patch)
tree44bde9e49f5d1d16c3d6890528ce5a9b3977fb7e /include/linux/flex_array.h
parentcfece4db110dacfd6b4b87b912c59e77e6846fc0 (diff)
downloadkernel-f789b684bdb96e7ec2fce79445555d4fd55fb94c.tar.gz
Btrfs: Free free_space item properly in btrfs_trim_block_group()
Since commit dc89e9824464e91fa0b06267864ceabe3186fd8b, we've changed to use a specific slab for alocation of free_space items. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'include/linux/flex_array.h')
0 files changed, 0 insertions, 0 deletions
ernel/commit/lib/kobject_uevent.c?id=8bc3bcc93a2b4e47d5d410146f6546bca6171663'>lib: reduce the use of module.h wherever possiblePaul Gortmaker 2011-12-09driver-core: skip uevent generation when nobody is listeningKay Sievers 2011-08-22kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz 2010-08-23kobject_uevent: fix typo in commentsXiaotian Feng 2010-06-04kobject: free memory if netlink_kernel_create() failsDan Carpenter 2010-06-04lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton 2010-05-21hotplug: netns aware uevent_helperEric W. Biederman 2010-05-21kobj: Send hotplug events in the proper namespace.Eric W. Biederman 2010-05-21kobject: Send hotplug events in all network namespacesEric W. Biederman 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy