2009-05-04 13:23:28

by Alexander Beregalov

[permalink] [raw]
Subject: next: build fails at fs/lockd/svclock.c

Hi

Randconfig fails like this

fs/lockd/svclock.c: In function 'nlmsvc_freegrantargs':
fs/lockd/svclock.c:330: error: implicit declaration of function
'locks_release_private'

caused by a9e61e25f9d2
(lockd: call locks_release_private to cleanup per-filesystem state)


# CONFIG_FILE_LOCKING is not set
CONFIG_LOCKD=y


2009-05-04 13:39:30

by Trond Myklebust

[permalink] [raw]
Subject: Re: next: build fails at fs/lockd/svclock.c

On Mon, 2009-05-04 at 17:23 +0400, Alexander Beregalov wrote:
> Hi
>
> Randconfig fails like this
>
> fs/lockd/svclock.c: In function 'nlmsvc_freegrantargs':
> fs/lockd/svclock.c:330: error: implicit declaration of function
> 'locks_release_private'
>
> caused by a9e61e25f9d2
> (lockd: call locks_release_private to cleanup per-filesystem state)
>
>
> # CONFIG_FILE_LOCKING is not set
> CONFIG_LOCKD=y
> --

See the posting "[PATCH v2] lockd: fix FILE_LOCKING=n build error" by
Randy Dunlap last Tuesday.

Trond