All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: kernel-janitors@vger.kernel.org, linux-nfs@vger.kernel.org
Subject: [nfs:testing 13/18] nfs4proc.c:(.text+0x157ca4): undefined reference to `pnfs_put_layout_hdr'
Date: Wed, 19 Sep 2012 23:35:51 +0000	[thread overview]
Message-ID: <20120919233551.GE5607@localhost> (raw)

Hi Trond,

FYI, kernel build failed on

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   c5d13e10816a6c758d31f291c86ad2ef16c8620a
commit: 588b33511b85dd532ef5630ba6b6e3982b8e170d [13/18] NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
config: i386-allyesconfig

All related error/warning messages:

fs/built-in.o: In function `nfs4_layoutreturn_release':
nfs4proc.c:(.text+0x157ca4): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `do_callback_layoutrecall':
callback_proc.c:(.text+0x16cd17): undefined reference to `pnfs_put_layout_hdr'
callback_proc.c:(.text+0x16cde5): undefined reference to `pnfs_get_layout_hdr'
callback_proc.c:(.text+0x16cea1): undefined reference to `pnfs_put_layout_hdr'
callback_proc.c:(.text+0x16cef8): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `pnfs_update_layout':
(.text+0x16fa6f): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `pnfs_update_layout':
(.text+0x16fc34): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `pnfs_free_lseg_list':
(.text+0x1701ca): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `_pnfs_return_layout':
(.text+0x170284): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `_pnfs_return_layout':
(.text+0x1702a9): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `_pnfs_return_layout':
(.text+0x170328): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `pnfs_roc':
(.text+0x170d96): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `pnfs_layout_process':
(.text+0x171106): undefined reference to `pnfs_get_layout_hdr'

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

WARNING: multiple messages have this Message-ID (diff)
From: Fengguang Wu <fengguang.wu@intel.com>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: kernel-janitors@vger.kernel.org, linux-nfs@vger.kernel.org
Subject: [nfs:testing 13/18] nfs4proc.c:(.text+0x157ca4): undefined reference to `pnfs_put_layout_hdr'
Date: Thu, 20 Sep 2012 07:35:51 +0800	[thread overview]
Message-ID: <20120919233551.GE5607@localhost> (raw)

Hi Trond,

FYI, kernel build failed on

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   c5d13e10816a6c758d31f291c86ad2ef16c8620a
commit: 588b33511b85dd532ef5630ba6b6e3982b8e170d [13/18] NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
config: i386-allyesconfig

All related error/warning messages:

fs/built-in.o: In function `nfs4_layoutreturn_release':
nfs4proc.c:(.text+0x157ca4): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `do_callback_layoutrecall':
callback_proc.c:(.text+0x16cd17): undefined reference to `pnfs_put_layout_hdr'
callback_proc.c:(.text+0x16cde5): undefined reference to `pnfs_get_layout_hdr'
callback_proc.c:(.text+0x16cea1): undefined reference to `pnfs_put_layout_hdr'
callback_proc.c:(.text+0x16cef8): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `pnfs_update_layout':
(.text+0x16fa6f): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `pnfs_update_layout':
(.text+0x16fc34): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `pnfs_free_lseg_list':
(.text+0x1701ca): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `_pnfs_return_layout':
(.text+0x170284): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `_pnfs_return_layout':
(.text+0x1702a9): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `_pnfs_return_layout':
(.text+0x170328): undefined reference to `pnfs_put_layout_hdr'
fs/built-in.o: In function `pnfs_roc':
(.text+0x170d96): undefined reference to `pnfs_get_layout_hdr'
fs/built-in.o: In function `pnfs_layout_process':
(.text+0x171106): undefined reference to `pnfs_get_layout_hdr'

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

             reply	other threads:[~2012-09-19 23:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-19 23:35 Fengguang Wu [this message]
2012-09-19 23:35 ` [nfs:testing 13/18] nfs4proc.c:(.text+0x157ca4): undefined reference to `pnfs_put_layout_hdr' Fengguang Wu
2012-09-20 12:17 ` Myklebust, Trond

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=20120919233551.GE5607@localhost \
    --to=fengguang.wu@intel.com \
    --cc=Trond.Myklebust@netapp.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-nfs@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 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.