On Thu, 2010-01-07 at 09:42 -0500, Jeff Layton wrote: > @@ -646,6 +652,7 @@ gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) > err = PTR_ERR(p); > switch (err) { > case -EACCES: > + case -EKEYEXPIRED: > gss_msg->msg.errno = err; > err = mlen; > break; ^^^^^^^^^^^^^^^^^^^^^ This doesn't appear to want to apply to mainline. Did you perhaps skip a patch? Trond -- 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