Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126393
b: refs/heads/master
c: d6b5484
h: refs/heads/master
i:
  126391: e9a5b01
v: v3
  • Loading branch information
Evgeniy Dushistov authored and Linus Torvalds committed Jan 6, 2009
1 parent 22c533f commit 474367f
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: 4fb6de2561d5c47f3539a7b412108164d79fbb96
refs/heads/master: d6b54841f4ddd836c886d1e6ac381cf309ee98a3
2 changes: 1 addition & 1 deletion trunk/fs/minix/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ int minix_add_link(struct dentry *dentry, struct inode *inode)
return -EINVAL;

got_it:
pos = (page->index >> PAGE_CACHE_SHIFT) + p - (char*)page_address(page);
pos = page_offset(page) + p - (char *)page_address(page);
err = __minix_write_begin(NULL, page->mapping, pos, sbi->s_dirsize,
AOP_FLAG_UNINTERRUPTIBLE, &page, NULL);
if (err)
Expand Down

0 comments on commit 474367f

Please sign in to comment.