commit | f4b23de3dda1536590787c9e5c3d16b8738ab108 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue May 09 15:47:15 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue May 09 15:52:15 2017 -0400 |
tree | 88f2667df7691ca6298f74b1976182b48053b105 | |
parent | e092693443b995c8e3a565a73b5fdb05f1260f9b [diff] |
NFSv4.1: Work around a Linux server bug... It turns out the Linux server has a bug in its implementation of supattr_exclcreat; it returns the set of all attributes, whether or not they are supported by minor version 1. In order to avoid a regression, we therefore apply the supported_attrs as a mask on top of whatever the server sent us. Reported-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>