Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13024b7b authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: fix misplaced comment

parent 99f88726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,9 +120,9 @@ do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_o
		goto out;

	set_change_info(&open->op_cinfo, current_fh);
	fh_dup2(current_fh, &resfh);

	/* set reply cache */
	fh_dup2(current_fh, &resfh);
	open->op_stateowner->so_replay.rp_openfh_len = resfh.fh_handle.fh_size;
	memcpy(open->op_stateowner->so_replay.rp_openfh,
			&resfh.fh_handle.fh_base, resfh.fh_handle.fh_size);