mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Remi Colinet <remi.colinet@gmail.com>
To: Kernel <linux-kernel@vger.kernel.org>,
	Remi Colinet <remi.colinet@gmail.com>
Subject: [RESEND take 2][PATCH 0/2] Add /proc/mempool to display mempools
Date: Sun, 30 Nov 2008 01:04:05 +0100	[thread overview]
Message-ID: <1228003445.13070.1.camel@localhost.localdomain> (raw)

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(-)






             reply	other threads:[~2008-11-30  0:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-30  0:04 Remi Colinet [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1228003445.13070.1.camel@localhost.localdomain \
    --to=remi.colinet@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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