diff mbox

slub: doc: update the slabinfo.c file path

Message ID 1320231836-9555-4-git-send-email-jason.hui@linaro.org
State New
Headers show

Commit Message

Jason Hui Nov. 2, 2011, 11:03 a.m. UTC
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(-)

Comments

Russell King - ARM Linux Nov. 2, 2011, 1:03 p.m. UTC | #1
On Wed, Nov 02, 2011 at 07:03:54PM +0800, Jason Liu wrote:
> 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>

This patch shouldn't be part of this patch set; there is nothing IMX
specific with it.  It is purely a stand-alone bug fix and, therefore,
it should stand completely alone as its own patch.

You're not even copying it to those who you claim to be doing so in the
commit log above.

It should be copied to the appropriate people and mailing lists.
Jason Liu Nov. 3, 2011, 1:28 a.m. UTC | #2
2011/11/2 Russell King - ARM Linux <linux@arm.linux.org.uk>:
> On Wed, Nov 02, 2011 at 07:03:54PM +0800, Jason Liu wrote:
>> 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>
>
> This patch shouldn't be part of this patch set; there is nothing IMX
> specific with it.  It is purely a stand-alone bug fix and, therefore,
> it should stand completely alone as its own patch.
>
> You're not even copying it to those who you claim to be doing so in the
> commit log above.
>
> It should be copied to the appropriate people and mailing lists.

Please ignore this patch since this patch has already gone to the next.
Sorry for that.

Jason Liu

>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
diff mbox

Patch

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