mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RESEND take 2][PATCH 0/2] Add /proc/mempool to display mempools
@ 2008-11-30  0:04 Remi Colinet
  2008-11-30  0:10 ` [RESEND take 2][PATCH 1/2] Implement /proc/mempool file " Remi Colinet
  2008-11-30  0:13 ` [RESEND take 2][PATCH 2/2] Update mempool function calls Remi Colinet
  0 siblings, 2 replies; 3+ messages in thread
From: Remi Colinet @ 2008-11-30  0:04 UTC (permalink / raw)
  To: Kernel, Remi Colinet

This patch add a new /proc/mempool file to display mempools.

Patch againt 2.6.28-rc6.

Signed-off-by: Remi Colinet <remi.colinet@gmail.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(-)






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-30  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-30  0:04 [RESEND take 2][PATCH 0/2] Add /proc/mempool to display mempools Remi Colinet
2008-11-30  0:10 ` [RESEND take 2][PATCH 1/2] Implement /proc/mempool file " Remi Colinet
2008-11-30  0:13 ` [RESEND take 2][PATCH 2/2] Update mempool function calls Remi Colinet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome