commit | 28cf22d0ba283deccc30b71de5f34d222cf9aa4c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sat May 06 12:19:11 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon May 08 09:40:59 2017 -0400 |
tree | 14438a4abda155261e1dccf8922c3e9b511f304a | |
parent | 2e84611b3f4fa50e1f4c12f2966fcc7fb955d944 [diff] |
NFSv4: Fix exclusive create attributes encoding When using NFS4_CREATE_EXCLUSIVE4_1 mode, the client will overestimate the amount of space that it needs for the attributes because it does so before checking whether or not the server supports a given attribute. Fix by checking the attribute mask earlier. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>