Don't clamp write3 max to 32k
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 24 Oct 2013 02:18:41 +0000 (19:18 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 24 Oct 2013 02:18:41 +0000 (19:18 -0700)
commite7f3a78172bd69ae6c825aab840ffa384a375b1f
tree5d8ee59279590517240ba1666d448890a094be25
parentcd67ec7d6b5bfcb9e9a3f09f43a2baea9515c66e
Don't clamp write3 max to 32k

We use our own XDR and RPC layer nowadays and do not have
any external dependencies to XDR or RPC.

As such we no longer need to clamp the write size to max 32kb
since we never link to the system rpc/xdr libraries.
(and thus dont have to clamp in case the system library is broken for
pdu's > 32k)

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
lib/libnfs.c