You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
NFS: fix comment placement in nfs4xdr.c
Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
committed by
Trond Myklebust
parent
05d564fe00
commit
49c2559e29
+4
-4
@@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr)
|
|||||||
return decode_op_hdr(xdr, OP_DELEGRETURN);
|
return decode_op_hdr(xdr, OP_DELEGRETURN);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* END OF "GENERIC" DECODE ROUTINES.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Decode OPEN_DOWNGRADE response
|
* Decode OPEN_DOWNGRADE response
|
||||||
*/
|
*/
|
||||||
@@ -3813,10 +3817,6 @@ out:
|
|||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* END OF "GENERIC" DECODE ROUTINES.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Decode ACCESS response
|
* Decode ACCESS response
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user