commit | 18fe6a23e3114a6737471570753b708ff293b9de | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Jun 16 12:06:59 2017 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:58:03 2017 -0400 |
tree | 8b9f18b91cde6c5fcbc308787c1a1265adf7df39 | |
parent | 800222f80fedca63baf05d28028a0d18e9b8d7a5 [diff] |
NFS: Set FATTR4_WORD0_TYPE for . and .. entries The current code worked okay for getdents(), but getdents64() expects the d_type field to get filled out properly in the stat structure. Setting this field fixes xfstests generic/401. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>