Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43619
b: refs/heads/master
c: 5495ca6
h: refs/heads/master
i:
  43617: f8d9030
  43615: 4ea764a
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent d68e09a commit a136918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 303b46bb77a4b1679fd39d7ab5597630743e0ff5
refs/heads/master: 5495ca657d854ac57733ce5a52eee52255b3f4d8
2 changes: 1 addition & 1 deletion trunk/fs/sysv/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static struct page * dir_get_page(struct inode *dir, unsigned long n)
static int sysv_readdir(struct file * filp, void * dirent, filldir_t filldir)
{
unsigned long pos = filp->f_pos;
struct inode *inode = filp->f_dentry->d_inode;
struct inode *inode = filp->f_path.dentry->d_inode;
struct super_block *sb = inode->i_sb;
unsigned offset = pos & ~PAGE_CACHE_MASK;
unsigned long n = pos >> PAGE_CACHE_SHIFT;
Expand Down

0 comments on commit a136918

Please sign in to comment.