On Wed, Aug 13, 2008 at 10:47:48AM -0700, Randy Dunlap wrote: > linux-next-20080813/fs/nfsd/nfs4state.c:259: error: implicit declaration of function 'vfs_setlease' > linux-next-20080813/fs/nfsd/nfs4state.c:1386: error: implicit declaration of function 'lease_modify' > make[3]: *** [fs/nfsd/nfs4state.o] Error 1 > > > config attached. Probably relevant pieces: # CONFIG_FILE_LOCKING is not set ... CONFIG_NFSD=m CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set CONFIG_NFSD_V4=y Looks like that's just two more functions that need to be stubbed out in the case where CONFIG_FILE_LOCKING is undefined?--hopefully Thomas Petazzoni (cc'd) could be talked into reproducing this and sending me an incremental fix.... --b. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html