The patch titled nfsd/nfs4state: remove unnecessary daemonize call has been removed from the -mm tree. Its filename was nfsd-nfs4state-remove-unnecessary-daemonize-call.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: nfsd/nfs4state: remove unnecessary daemonize call From: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Acked-by: Neil Brown <neilb@xxxxxxx> Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Signed-off-by: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nfsd/nfs4state.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/nfsd/nfs4state.c~nfsd-nfs4state-remove-unnecessary-daemonize-call fs/nfsd/nfs4state.c --- a/fs/nfsd/nfs4state.c~nfsd-nfs4state-remove-unnecessary-daemonize-call +++ a/fs/nfsd/nfs4state.c @@ -1326,8 +1326,6 @@ do_recall(void *__dp) { struct nfs4_delegation *dp = __dp; - daemonize("nfsv4-recall"); - nfsd4_cb_recall(dp); return 0; } _ Patches currently in -mm which might be from ebiederm@xxxxxxxxxxxx are origin.patch fix-kthread_create-vs-freezer-theoretical-race.patch iop13xx-msi-support-rev6.patch dvb_en_50221-convert-to-kthread-api.patch fix-i-oat-for-kexec.patch pci-disable-msi-by-default-on-systems-with-serverworks-ht1000-chips.patch i386-irq-kill-irq-compression.patch i386-map-enough-initial-memory-to-create-lowmem-mappings-fix.patch i386-efi-fix-proc-iomem-type-for-kexec-tools.patch x86_64-display-more-intutive-error-message-if-kernel-is-not-2mb-aligned.patch clone-flag-clone_parent_tidptr-leaves-invalid-results-in-memory.patch statically-initialize-struct-pid-for-swapper.patch explicitly-set-pgid-and-sid-of-init-process.patch use-struct-pid-parameter-in-copy_process.patch use-task_pgrp-task_session-in-copy_process.patch kill-unused-sesssion-and-group-values-in-rocket-driver.patch fix-some-coding-style-errors-in-autofs.patch replace-pid_t-in-autofs-with-struct-pid-reference.patch dont-init-pgrp-and-__session-in-init_signals.patch vdso-print-fatal-signals-use-ctl_unnumbered.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