Skip to content

Commit

Permalink
NFS: fix comment placement in nfs4xdr.c
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Benny Halevy authored and Trond Myklebust committed Dec 23, 2008
1 parent 05d564f commit 49c2559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fs/nfs/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr)
return decode_op_hdr(xdr, OP_DELEGRETURN);
}

/*
* END OF "GENERIC" DECODE ROUTINES.
*/

/*
* Decode OPEN_DOWNGRADE response
*/
Expand All @@ -3813,10 +3817,6 @@ static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct
return status;
}

/*
* END OF "GENERIC" DECODE ROUTINES.
*/

/*
* Decode ACCESS response
*/
Expand Down

0 comments on commit 49c2559

Please sign in to comment.