[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1228003445.13070.1.camel@localhost.localdomain>
Date: Sun, 30 Nov 2008 01:04:05 +0100
From: Remi Colinet <remi.colinet@...il.com>
To: Kernel <linux-kernel@...r.kernel.org>,
Remi Colinet <remi.colinet@...il.com>
Subject: [RESEND take 2][PATCH 0/2] Add /proc/mempool to display mempools
This patch add a new /proc/mempool file to display mempools.
Patch againt 2.6.28-rc6.
Signed-off-by: Remi Colinet <remi.colinet@...il.com>
---
Add /proc/mempool to display mempools.
Resend #1 : cosmetic cleaning.
Resend #2 : remove config option for /proc/mempool file. Add a missing
file (fs/proc/mempool.c). Correct mempool_XXX function calls by drivers
(s390, ibmvfs, qla4xxx). Cosmetic stuff found with
scripts/checkpatch.pl.
block/blk-core.c | 3 -
drivers/block/pktcdvd.c | 4 -
drivers/block/virtio_blk.c | 3 -
drivers/md/dm-crypt.c | 5 +-
drivers/md/dm-io.c | 3 -
drivers/md/dm-raid1.c | 2
drivers/md/dm-region-hash.c | 2
drivers/md/multipath.c | 2
drivers/md/raid1.c | 7 +-
drivers/md/raid10.c | 5 +-
drivers/s390/scsi/zfcp_aux.c | 2
drivers/scsi/ibmvscsi/ibmvfc.c | 2
drivers/scsi/lpfc/lpfc_mem.c | 5 +-
drivers/scsi/qla4xxx/ql4_os.c | 2
fs/bio.c | 2
fs/proc/Makefile | 1
fs/proc/mempool.c | 99 +++++++++++++++++++++++++++++++++
include/linux/mempool.h | 40 ++++++++++++----
mm/bounce.c | 4 -
mm/mempool.c | 43 ++++++++++++++++-
20 files changed, 200 insertions(+), 36 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists