Trond, The following cleanup patches address your review comments. They are tested to compile and I'll test them on hardware ASAP. Once ready, I'd like to squash them in to the patchset and resend a new version. [PATCH 1/7] SQUASHME: nfs41: remove ifdefs around nfs_client_initdata.minorversion [PATCH 2/7] SQUASHME: nfs41: use kcalloc to allocate slot table [PATCH 3/7] SQUASHME: nfs41: alloc session with GFP_KERNEL [PATCH 4/7] SQUASHME: nfs41: embed resp_len in nfs_getaclres [PATCH 5/7] SQUASHME: Revert "NFS: fix decode_fs_locations_maxsz" [PATCH 6/7] SQUASHME: nfs41: get fs_locations replen before encoding the GETATTR [PATCH 7/7] SQUASHME: nfs41: get getacl replen before encoding the GETATTR Other than that I've made the following changes to be included in the next version: - fixed bisectability issues - got rid of rpc_clnt.cl_private, use *session in seq args/res instead - moved nfs4_init_slot_table's definition from "sessions client infrastructure" to first usage, in "create_session operations". - moved new xdr op args/res definitions away from "client xdr definitions", to where they're first used. - move find_slot and free_slot closer to where they're first used. Benny -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html