NeilBrown wrote: On Wed, 5 Mar 2014 16:11:24 -0500 Jim Rees <rees@xxxxxxxxx> wrote: > Andrew Martin wrote: > > Isn't intr/nointr deprecated (since kernel 2.6.25)? > > It isn't so much that it's deprecated as that it's now the default (except > that only SIGKILL will work). Not quite correct. Any signal will work providing its behaviour is to kill the process. So SIGKILL will always work, and SIGTERM SIGINT SIGQUIT etc will work providing that aren't caught or ignored by the process. If that's true, then the man page is wrong and someone should fix it. I'll work up a patch if someone can confirm the behavior. -- 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