From: Trond Myklebust Date: Tue, 30 Nov 2010 17:42:34 +0000 (-0500) Subject: NFS: Fix a readdirplus bug X-Git-Tag: v2.6.37-rc5~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a09f07459753e7c98d4e21f1c61e8756923f81;p=pandora-kernel.git NFS: Fix a readdirplus bug When comparing filehandles in the helper nfs_same_file(), we should not be using 'strncmp()': filehandles are not null terminated strings. Instead, we should just use the existing helper nfs_compare_fh(). Signed-off-by: Trond Myklebust Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed