diff options
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 707975eebb5d..9bf5e66d11db 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -5815,6 +5815,7 @@ __be32 *nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry, | |||
5815 | * since glibc seems to choke on it...) | 5815 | * since glibc seems to choke on it...) |
5816 | */ | 5816 | */ |
5817 | entry->ino = 1; | 5817 | entry->ino = 1; |
5818 | entry->fattr->valid = 0; | ||
5818 | 5819 | ||
5819 | len = ntohl(*p++); /* bitmap length */ | 5820 | len = ntohl(*p++); /* bitmap length */ |
5820 | if (len-- > 0) { | 5821 | if (len-- > 0) { |