On Fri, 2009-12-18 at 15:56 -0500, Trond Myklebust wrote: > switch (err) { > case -EACCES: > gss_msg->msg.errno = -EACCES; > break; > case -EFAULT: > case -ENOMEM: > case -EINVAL: > case -ENOSYS: > gss_msg->msg.errno = -EAGAIN; > break; > default: > BUG(); > } > > Yup. That looks good to me... Well... Minus the helpful reformatting that evolution did for me after I pressed the 'send' button. 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