[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <524f69650804251609j1b1d1161w18999f4692f130d1@mail.gmail.com>
Date: Fri, 25 Apr 2008 18:09:35 -0500
From: "Steve French" <smfrench@...il.com>
To: "Rafael J. Wysocki" <rjw@...k.pl>
Cc: lkml <linux-kernel@...r.kernel.org>,
"David Miller" <davem@...emloft.net>,
"Linus Torvalds" <torvalds@...ux-foundation.org>
Subject: Re: 2.6.26-pre build errors
As expected, this patch resolved the link error.
On Fri, Apr 25, 2008 at 5:42 PM, Rafael J. Wysocki <rjw@...k.pl> wrote:
> On Saturday, 26 of April 2008, Steve French wrote:
> > From today's current 2.6. kernel git tree - build included compile
> > errors in joystick support. After disabling joystick support, I still
> > get at least one link error:
> >
> > ERROR: "__locks_copy_lock" [fs/lockd/lockd.ko] undefined!
>
> Please try this:
>
> __locks_copy_lock has to be exported, because it's used in lockd,
> which may be built as a module.
>
> Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
> ---
> fs/locks.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> Index: linux-2.6/fs/locks.c
> ===================================================================
> --- linux-2.6.orig/fs/locks.c
> +++ linux-2.6/fs/locks.c
> @@ -237,6 +237,8 @@ void __locks_copy_lock(struct file_lock
> new->fl_lmops = NULL;
> }
>
> +EXPORT_SYMBOL(__locks_copy_lock);
> +
> void locks_copy_lock(struct file_lock *new, struct file_lock *fl)
> {
> locks_release_private(new);
>
>
--
Thanks,
Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists