Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75112
b: refs/heads/master
c: 4743e0e
h: refs/heads/master
v: v3
  • Loading branch information
Lachlan McIlroy committed Dec 21, 2007
1 parent ad2ad96 commit 3b31912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bad60fdd14df32459e31cc75ab681e4458bf25cf
refs/heads/master: 4743e0ec1217fd00f57461ebdd7979d31af18700
1 change: 1 addition & 0 deletions trunk/fs/xfs/linux-2.6/xfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ xfs_file_readdir(

size = buf.used;
de = (struct hack_dirent *)buf.dirent;
curr_offset = de->offset /* & 0x7fffffff */;
while (size > 0) {
if (filldir(dirent, de->name, de->namlen,
curr_offset & 0x7fffffff,
Expand Down

0 comments on commit 3b31912

Please sign in to comment.