]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mempool: use mempool_create_slab_pool()
authorMatthew Dobson <colpatch@us.ibm.com>
Sun, 26 Mar 2006 09:37:50 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:00 +0000 (08:57 -0800)
commit93d2341c750cda0df48a6cc67b35fe25f1ec47df
treef098a3bbfae65ce967591ee94d605c6e6bea21c6
parentfec433aaaae32a02329ad7d71b0f3c91b7525077
[PATCH] mempool: use mempool_create_slab_pool()

Modify well over a dozen mempool users to call mempool_create_slab_pool()
rather than calling mempool_create() with extra arguments, saving about 30
lines of code and increasing readability.

Signed-off-by: Matthew Dobson <colpatch@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 files changed:
block/cfq-iosched.c
drivers/block/aoe/aoeblk.c
drivers/md/dm-crypt.c
drivers/md/dm-mpath.c
drivers/md/dm-snap.c
drivers/md/dm.c
drivers/md/kcopyd.c
drivers/message/i2o/i2o_block.c
drivers/scsi/iscsi_tcp.c
drivers/scsi/qla2xxx/qla_os.c
drivers/scsi/scsi_lib.c
fs/bio.c
fs/cifs/cifsfs.c
fs/jfs/jfs_metapage.c
fs/nfs/read.c
fs/nfs/write.c
fs/xfs/linux-2.6/xfs_super.c
include/linux/i2o.h
net/sunrpc/sched.c