git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a7e48
)
NFS: Fix a readdirplus bug
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 30 Nov 2010 17:42:34 +0000
(12:42 -0500)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 30 Nov 2010 18:18:49 +0000
(10:18 -0800)
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 <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found