From: Trond Myklebust Date: Wed, 23 Mar 2011 12:43:09 +0000 (-0400) Subject: NFS: Ensure that we update the readdir filp->f_pos correctly X-Git-Tag: v2.6.39-rc1~72^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e47c085afb3d16cbc6a4bfb10a3b074bb7c58998;p=pandora-kernel.git NFS: Ensure that we update the readdir filp->f_pos correctly If we're doing a search by readdir cookie, we need to ensure that the resulting f_pos is updated. To do so, we need to update the desc->current_index, in the same way that we do in the search by file offset case. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed