On Thu, 07 Jan 2010 14:11:56 -0500 Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> wrote: > 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 Sorry, I should have made it clear... This set is based on your linux-next tree. Specifically, it depends on commit 486bad2e40e938cd68fd853b7a9fa3115a9d3a4a in your tree: sunrpc: on successful gss error pipe write, don't return error ...I didn't repost that one since I figured you already had it queued up for 2.6.34. Thanks, -- Jeff Layton <jlayton@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