Please pull two nfsd bugfixes from: git://linux-nfs.org/~bfields/linux.git for-3.5 --b. ---------------------------------------------------------------- J. Bruce Fields (1): nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels Stanislav Kinsbursky (1): NFS: hard-code init_net for NFS callback transports fs/nfs/callback.c | 11 +++++------ fs/nfsd/nfs4state.c | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) commit bc2df47a408f2d64cf81bcfd0f6e3e14c84cb0ab Author: J. Bruce Fields <bfields@xxxxxxxxxx> Date: Tue Jun 12 08:28:48 2012 -0400 nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels Most frequent symptom was a BUG triggering in expire_client, with the server locking up shortly thereafter. Introduced by 508dc6e110c6dbdc0bbe84298ccfe22de7538486 "nfsd41: free_session/free_client must be called under the client_lock". Cc: stable@xxxxxxxxxx Cc: Benny Halevy <bhalevy@xxxxxxxxxx> Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> commit 12918b10d59e975fd5241eef03ef9e6d5ea3dcfe Author: Stanislav Kinsbursky <skinsbursky@xxxxxxxxxxxxx> Date: Fri Jun 1 13:55:47 2012 +0400 NFS: hard-code init_net for NFS callback transports In case of destroying mount namespace on child reaper exit, nsproxy is zeroed to the point already. So, dereferencing of it is invalid. This patch hard-code "init_net" for all network namespace references for NFS callback services. This will be fixed with proper NFS callback containerization. Signed-off-by: Stanislav Kinsbursky <skinsbursky@xxxxxxxxxxxxx> Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> -- 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