Trond, please consider the following patches for 2.6.31-rc [PATCH 1/3] nfs41: sunrpc: #include <linux/net.h> from sunrpc.h fixes compiler warning [PATCH 2/3] nfs4: record nfs4_reclaim_lease error in cl_cons_state [PATCH 3/3] nfs41: pass state recovery error back to caller These 2 patches deal with lease recovery error handling. This is most visible at mount time when, e.g. when the server exports entry exported a non-existing path, mounting over nfs4.0 got into a loop broken only with ^C and mounting with minorversion=1 always returned the wrong error (-EPROTONOSUPPORT) fs/nfs/client.c | 10 +++------- fs/nfs/nfs4proc.c | 16 ++++++++++++---- fs/nfs/nfs4state.c | 2 ++ net/sunrpc/sunrpc.h | 2 ++ 4 files changed, 19 insertions(+), 11 deletions(-) Benny -- 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