nfs : fix coverity issue in nfs3.c
This patch fixes CID 1274073. updates: bz#789278 Change-Id: I34146bfdfe19bae4592062e710a89ab07b2c5c07 Signed-off-by: Sunny Kumar <sunkumar@redhat.com>
This commit is contained in:
parent
a9c232319f
commit
573253d250
@ -3360,7 +3360,7 @@ nfs3_mknod(rpcsvc_request_t *req, struct nfs3_fh *fh, char *name,
|
||||
break;
|
||||
default:
|
||||
ret = -EBADF;
|
||||
break;
|
||||
goto nfs3err;
|
||||
}
|
||||
|
||||
cs->parent = *fh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user