]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Set FATTR4_WORD0_TYPE for . and .. entries
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 16 Jun 2017 16:06:59 +0000 (12:06 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:58:03 +0000 (15:58 -0400)
commitcac08456311dc1674671b4b5163bcfa912b04887
tree8b9f18b91cde6c5fcbc308787c1a1265adf7df39
parentc0c70cbabc44a926fcc85895d285c5adf1cbebfd
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>
fs/nfs/nfs4proc.c