]> err.no Git - linux-2.6/blobdiff - fs/nfsd/nfs4proc.c
[PATCH] m68k: separate handler for auto and user vector interrupt
[linux-2.6] / fs / nfsd / nfs4proc.c
index ca8a4c410de338e8935073d21d724a6cd67a2627..b0e095ea0c03c2111f331613b8749d5eebf8dc76 100644 (file)
@@ -288,8 +288,6 @@ nfsd4_putrootfh(struct svc_rqst *rqstp, struct svc_fh *current_fh)
        fh_put(current_fh);
        status = exp_pseudoroot(rqstp->rq_client, current_fh,
                              &rqstp->rq_chandle);
-       if (!status)
-               status = nfserrno(nfsd_setuser(rqstp, current_fh->fh_export));
        return status;
 }