linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Wanpeng Li <liwanp@linux.vnet.ibm.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Dan Magenheimer <dan.magenheimer@oracle.com>,
	Seth Jennings <sjenning@linux.vnet.ibm.com>,
	Konrad Rzeszutek Wilk <konrad@darnok.org>,
	Minchan Kim <minchan@kernel.org>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Bob Liu <bob.liu@oracle.com>,
	Wanpeng Li <liwanp@linux.vnet.ibm.com>
Subject: Re: [PATCH PART3 v3 2/6] staging: ramster: Move debugfs code out of ramster.c file
Date: Sat, 13 Apr 2013 20:52:06 +0800	[thread overview]
Message-ID: <20130413125206.GA20368@hacker.(null)> (raw)
In-Reply-To: <20130413030703.GA22129@kroah.com>

On Fri, Apr 12, 2013 at 08:07:03PM -0700, Greg Kroah-Hartman wrote:
>On Sat, Apr 13, 2013 at 08:36:06AM +0800, Wanpeng Li wrote:
>> Note that at this point there is no CONFIG_RAMSTER_DEBUG
>> option in the Kconfig. So in effect all of the counters
>> are nop until that option gets introduced in patch:
>> ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry
>
>This patch breaks the build again, so of course, I can't take it:
>

Sorry, I don't know why my compiler didn't complain to me. I have
already fixed and repost the patchset.

Regards,
Wanpeng Li 

>drivers/built-in.o: In function `ramster_flnode_alloc.isra.5':
>ramster.c:(.text+0x1b6a6e): undefined reference to `ramster_flnodes_max'
>ramster.c:(.text+0x1b6a7e): undefined reference to `ramster_flnodes_max'
>drivers/built-in.o: In function `ramster_count_foreign_pages':
>(.text+0x1b7205): undefined reference to `ramster_foreign_pers_pages_max'
>drivers/built-in.o: In function `ramster_count_foreign_pages':
>(.text+0x1b7215): undefined reference to `ramster_foreign_pers_pages_max'
>drivers/built-in.o: In function `ramster_count_foreign_pages':
>(.text+0x1b7235): undefined reference to `ramster_foreign_eph_pages_max'
>drivers/built-in.o: In function `ramster_count_foreign_pages':
>(.text+0x1b7249): undefined reference to `ramster_foreign_eph_pages_max'
>drivers/built-in.o: In function `ramster_debugfs_init':
>(.init.text+0xd620): undefined reference to `ramster_foreign_eph_pages_max'
>drivers/built-in.o: In function `ramster_debugfs_init':
>(.init.text+0xd656): undefined reference to `ramster_foreign_pers_pages_max'
>
>I thought you fixed this :(

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2013-04-13 12:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-13  0:36 [PATCH PART3 v3 0/6] staging: zcache/ramster: fix and ramster/debugfs improvement Wanpeng Li
2013-04-13  0:36 ` [PATCH PART3 v3 2/6] staging: ramster: Move debugfs code out of ramster.c file Wanpeng Li
2013-04-13  3:07   ` Greg Kroah-Hartman
2013-04-13 12:52     ` Wanpeng Li
2013-04-13 12:52     ` Wanpeng Li [this message]
2013-04-13  0:36 ` [PATCH PART3 v3 3/6] staging: ramster/debug: Use an array to initialize/use debugfs attributes Wanpeng Li
2013-04-13  0:36 ` [PATCH PART3 v3 4/6] staging: ramster: Add incremental accessory counters Wanpeng Li
2013-04-13  0:36 ` [PATCH PART3 v3 5/6] staging: ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry Wanpeng Li
2013-04-13  0:36 ` [PATCH PART3 v3 6/6] staging: zcache/debug: fix coding style Wanpeng Li
2013-04-13  0:36 ` [PATCH PART2 v2 7/7] staging: ramster: add how-to for ramster Wanpeng Li

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='20130413125206.GA20368@hacker.(null)' \
    --to=liwanp@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=bob.liu@oracle.com \
    --cc=dan.magenheimer@oracle.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=konrad@darnok.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=minchan@kernel.org \
    --cc=sjenning@linux.vnet.ibm.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 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).