linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jason.hui@linaro.org (Jason Liu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] slub: doc: update the slabinfo.c file path
Date: Wed, 2 Nov 2011 19:03:54 +0800	[thread overview]
Message-ID: <1320231836-9555-4-git-send-email-jason.hui@linaro.org> (raw)
In-Reply-To: <1320231836-9555-1-git-send-email-jason.hui@linaro.org>

slabinfo.c has been moved from Documentaion/vm/ to
tools/slub/ by commit:0d24db337e6d81c0c620ab65cc6947bd6553f742

Update the slub.txt doc to reflect this change too.

Signed-off-by: Jason Liu <jason.hui@linaro.org>
Cc: Christoph Lameter <cl@linux-foundation.org>
---
 Documentation/vm/00-INDEX |    2 --
 Documentation/vm/slub.txt |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Documentation/vm/00-INDEX b/Documentation/vm/00-INDEX
index dca82d7..5481c8b 100644
--- a/Documentation/vm/00-INDEX
+++ b/Documentation/vm/00-INDEX
@@ -30,8 +30,6 @@ page_migration
 	- description of page migration in NUMA systems.
 pagemap.txt
 	- pagemap, from the userspace perspective
-slabinfo.c
-	- source code for a tool to get reports about slabs.
 slub.txt
 	- a short users guide for SLUB.
 unevictable-lru.txt
diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt
index 07375e7..f464f47 100644
--- a/Documentation/vm/slub.txt
+++ b/Documentation/vm/slub.txt
@@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists
 slabs that have data in them. See "slabinfo -h" for more options when
 running the command. slabinfo can be compiled with
 
-gcc -o slabinfo Documentation/vm/slabinfo.c
+gcc -o slabinfo tools/slub/slabinfo.c
 
 Some of the modes of operation of slabinfo require that slub debugging
 be enabled on the command line. F.e. no tracking information will be
-- 
1.7.4.1

  parent reply	other threads:[~2011-11-02 11:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-02 11:03 [PATCH v3 0/3] ARM:i.MX fix compile errors and warnings Jason Liu
2011-11-02 11:03 ` [PATCH v3 1/3] ARM:i.MX: fix build error in tzic/avic.c Jason Liu
2011-11-02 11:03 ` [PATCH] ARM: mx25: Add the missing IIM base definition Jason Liu
2011-11-03  1:31   ` Jason Liu
2011-11-02 11:03 ` Jason Liu [this message]
2011-11-02 13:03   ` [PATCH] slub: doc: update the slabinfo.c file path Russell King - ARM Linux
2011-11-03  1:28     ` Jason Liu
2011-11-02 11:03 ` [PATCH v3 2/3] ARM:i.MX: fix the build error in clock-mx51-mx53.c Jason Liu
2011-11-02 11:03 ` [PATCH v3 3/3] ARM:i.MX: fix the compile warnings " Jason Liu
2011-11-03  6:44   ` Sascha Hauer
2011-11-03  7:36     ` Jason Liu
2011-11-03  8:18       ` Sascha Hauer
2011-11-03  8:39         ` Jason Liu
2011-11-03 10:31           ` Jason Liu

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=1320231836-9555-4-git-send-email-jason.hui@linaro.org \
    --to=jason.hui@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).