From: Dave Young <dyoung@redhat.com>
To: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: akpm@linux-foundation.org, xiyou.wangcong@gmail.com,
penberg@kernel.org, fengguang.wu@intel.com, cl@linux.com
Subject: [PATCH 2/3] move slabinfo.c to tools/vm
Date: Sun, 5 Feb 2012 16:15:50 +0800 [thread overview]
Message-ID: <20120205081550.GA2247@darkstar.redhat.com> (raw)
We have tools/vm/ folder for vm tools, so move slabinfo.c
from tools/slub/ to tools/vm/
Signed-off-by: Dave Young <dyoung@redhat.com>
---
tools/vm/Makefile | 4 ++--
tools/{slub => vm}/slabinfo.c | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename tools/{slub => vm}/slabinfo.c (100%)
diff --git a/tools/vm/Makefile b/tools/vm/Makefile
index 3823d4b..8e30e5c 100644
--- a/tools/vm/Makefile
+++ b/tools/vm/Makefile
@@ -3,9 +3,9 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra
-all: page-types
+all: page-types slabinfo
%: %.c
$(CC) $(CFLAGS) -o $@ $^
clean:
- $(RM) page-types
+ $(RM) page-types slabinfo
diff --git a/tools/slub/slabinfo.c b/tools/vm/slabinfo.c
similarity index 100%
rename from tools/slub/slabinfo.c
rename to tools/vm/slabinfo.c
--
1.7.4.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Dave Young <dyoung@redhat.com>
To: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: akpm@linux-foundation.org, xiyou.wangcong@gmail.com,
penberg@kernel.org, fengguang.wu@intel.com, cl@linux.com
Subject: [PATCH 2/3] move slabinfo.c to tools/vm
Date: Sun, 5 Feb 2012 16:15:50 +0800 [thread overview]
Message-ID: <20120205081550.GA2247@darkstar.redhat.com> (raw)
We have tools/vm/ folder for vm tools, so move slabinfo.c
from tools/slub/ to tools/vm/
Signed-off-by: Dave Young <dyoung@redhat.com>
---
tools/vm/Makefile | 4 ++--
tools/{slub => vm}/slabinfo.c | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename tools/{slub => vm}/slabinfo.c (100%)
diff --git a/tools/vm/Makefile b/tools/vm/Makefile
index 3823d4b..8e30e5c 100644
--- a/tools/vm/Makefile
+++ b/tools/vm/Makefile
@@ -3,9 +3,9 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra
-all: page-types
+all: page-types slabinfo
%: %.c
$(CC) $(CFLAGS) -o $@ $^
clean:
- $(RM) page-types
+ $(RM) page-types slabinfo
diff --git a/tools/slub/slabinfo.c b/tools/vm/slabinfo.c
similarity index 100%
rename from tools/slub/slabinfo.c
rename to tools/vm/slabinfo.c
--
1.7.4.4
next reply other threads:[~2012-02-05 8:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-05 8:15 Dave Young [this message]
2012-02-05 8:15 ` [PATCH 2/3] move slabinfo.c to tools/vm Dave Young
2012-02-06 14:51 ` Christoph Lameter
2012-02-06 14:51 ` Christoph Lameter
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=20120205081550.GA2247@darkstar.redhat.com \
--to=dyoung@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=fengguang.wu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=penberg@kernel.org \
--cc=xiyou.wangcong@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.