Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee1265
)
llite: readdir: reset dup counter.
author
nikita
<nikita>
Fri, 20 Oct 2006 23:13:41 +0000
(23:13 +0000)
committer
nikita
<nikita>
Fri, 20 Oct 2006 23:13:41 +0000
(23:13 +0000)
lustre/llite/dir.c
patch
|
blob
|
history
diff --git
a/lustre/llite/dir.c
b/lustre/llite/dir.c
index
7a99bac
..
26e9ced
100644
(file)
--- a/
lustre/llite/dir.c
+++ b/
lustre/llite/dir.c
@@
-487,6
+487,8
@@
int ll_readdir(struct file *filp, void *cookie, filldir_t filldir)
*/
if (hash == prevhash)
dup++;
+ else
+ dup = 0;
prevhash = hash;
if (hash == fd->fd_dir.lfd_duppos &&