The patch titled knfsd: Protect update to sn_nrthreads with lock_kernel has been removed from the -mm tree. Its filename is knfsd-protect-update-to-sn_nrthreads-with-lock_kernel.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: knfsd: Protect update to sn_nrthreads with lock_kernel From: NeilBrown <neilb@xxxxxxx> Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfsd/nfsctl.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN fs/nfsd/nfsctl.c~knfsd-protect-update-to-sn_nrthreads-with-lock_kernel fs/nfsd/nfsctl.c --- a/fs/nfsd/nfsctl.c~knfsd-protect-update-to-sn_nrthreads-with-lock_kernel +++ a/fs/nfsd/nfsctl.c @@ -532,7 +532,9 @@ static ssize_t write_ports(struct file * /* Decrease the count, but don't shutdown the * the service */ + lock_kernel(); nfsd_serv->sv_nrthreads--; + unlock_kernel(); } return err; } _ Patches currently in -mm which might be from neilb@xxxxxxx are origin.patch vfs-destroy-the-dentries-contributed-by-a-superblock-on-unmounting.patch knfsd-add-nfs-export-support-to-tmpfs.patch knfsd-add-nfs-export-support-to-tmpfs-fixes.patch md-dm-reduce-stack-usage-with-stacked-block-devices.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