The patch titled knfsd: nfsd4: vary maximum delegation limit based on RAM size (fix) has been added to the -mm tree. Its filename is knfsd-nfsd4-vary-maximum-delegation-limit-based-on-ram-size-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: knfsd: nfsd4: vary maximum delegation limit based on RAM size (fix) From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx> I missed a compile warning here, apologies. Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nfsd/nfs4state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfsd/nfs4state.c~knfsd-nfsd4-vary-maximum-delegation-limit-based-on-ram-size-fix fs/nfsd/nfs4state.c --- a/fs/nfsd/nfs4state.c~knfsd-nfsd4-vary-maximum-delegation-limit-based-on-ram-size-fix +++ a/fs/nfsd/nfs4state.c @@ -3200,7 +3200,7 @@ get_nfs4_grace_period(void) } static void -set_max_delegations() +set_max_delegations(void) { struct sysinfo sys; _ Patches currently in -mm which might be from bfields@xxxxxxxxxxxx are nfs-refactor-ip-address-sanity-checks-in-nfs-client.patch knfsd-nfsd4-fix-nfsv4-filehandle-size-units-confusion.patch knfsd-nfsd4-silence-a-compiler-warning-in-acl-code.patch knfsd-nfsd4-fix-handling-of-acl-errrors.patch knfsd-nfsd-remove-unused-header-interfaceh.patch knfsd-nfsd4-vary-maximum-delegation-limit-based-on-ram-size-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html