From: J. Bruce Fields Date: Mon, 2 Feb 2009 22:04:03 +0000 (-0500) Subject: nfsd4: fix misplaced comment X-Git-Tag: v2.6.30-rc1~183^2~74 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=13024b7b4097d33fe6bba34b1c83602e88753270;p=safe%2Fjmp%2Flinux-2.6 nfsd4: fix misplaced comment Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 85b9a08..3265062 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c @@ -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);