On Fri, Mar 27, 2015 at 10:50:29AM -0400, Jeff Layton wrote: > > Taking a quick look, the ->done routines look a little suspicious to me > anyway. AFAICT, the pc_decode routines for the callbacks always return > a Linux errno, not a nfsstat4, and that's what should end up in > tk_status. Only for errors where nfs_cb_stat_to_errno knowns how to translate them, which aren't those we're worried about here. However this partial translation looks really suspiios to me, I'd really wish we could have a linux tk_status, and then an NFS-specific way to transfer the errno. I'd also love to have a new __bitwise type so that we can ensure NFS errnos are used properly. -- 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