From 5e67bfb1dbb279e210d7ad1310818ef4a08ab913 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 27 Jul 2010 06:16:49 +0000 Subject: nfs3: Stop ESTALE from falling into SERVERFAULT Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 854 (nfs server didn't start) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=854 --- xlators/nfs/server/src/nfs3-helpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators') diff --git a/xlators/nfs/server/src/nfs3-helpers.c b/xlators/nfs/server/src/nfs3-helpers.c index cdd808419fa..ada6f88f1b4 100644 --- a/xlators/nfs/server/src/nfs3-helpers.c +++ b/xlators/nfs/server/src/nfs3-helpers.c @@ -218,6 +218,7 @@ nfs3_errno_to_nfsstat3 (int errnum) case ESTALE: stat = NFS3ERR_STALE; + break; default: stat = NFS3ERR_SERVERFAULT; -- cgit