]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xdrgen: XDR width for fixed-length opaque
authorChuck Lever <chuck.lever@oracle.com>
Thu, 3 Oct 2024 18:54:35 +0000 (14:54 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 11 Nov 2024 18:42:02 +0000 (13:42 -0500)
commit16c98ce04a6929019f66dab40367fb14d0afc678
tree436a86f099eb5423937287dcc8626fcfd142cc58
parent3f890755c8f5958ef537a6d8f14de5ec4bfdc3fe
xdrgen: XDR width for fixed-length opaque

The XDR width for a fixed-length opaque is the byte size of the
opaque rounded up to the next XDR_UNIT, divided by XDR_UNIT.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
tools/net/sunrpc/xdrgen/xdr_ast.py