Merge branch 'bugfixes' into nfs-for-2.6.38
Conflicts: fs/nfs/nfs2xdr.c fs/nfs/nfs3xdr.c fs/nfs/nfs4xdr.c
This commit is contained in:
@@ -943,11 +943,6 @@ int nfs2_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry,
|
||||
|
||||
entry->d_type = DT_UNKNOWN;
|
||||
|
||||
/* Peek at the next entry to see if we're at EOD */
|
||||
p = xdr_inline_peek(xdr, 4 + 4);
|
||||
entry->eof = 0;
|
||||
if (p != NULL)
|
||||
entry->eof = (p[0] == xdr_zero) && (p[1] != xdr_zero);
|
||||
return 0;
|
||||
|
||||
out_overflow:
|
||||
|
Reference in New Issue
Block a user