NFSv2/v3: Remove incorrect dprintks from the readdir reply code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 20 Jun 2012 19:50:14 +0000 (15:50 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 24 Jun 2012 20:20:07 +0000 (16:20 -0400)
commitdb3a3bcf08d5c79290b369d70cc0b80c369d8ad9
tree9a15adef276c422b2c6e63873798e73c1410d4ee
parent6b16351acbd415e66ba16bf7d473ece1574cf0bc
NFSv2/v3: Remove incorrect dprintks from the readdir reply code

The actual size of the directory is unknown to the client, so it is
always requesting the maximum number it can handle. If the server
is replying with fewer entries than was requested, then that will
usually reflect the fact that we've hit the end of the directory.
Flagging it as an error is therefore incorrect.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs2xdr.c
fs/nfs/nfs3xdr.c