Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73655
b: refs/heads/master
c: 8a146a2
h: refs/heads/master
i:
  73653: e556d59
  73651: ee6f1b8
  73647: 4e0437e
v: v3
  • Loading branch information
Michael Halcrow authored and Linus Torvalds committed Nov 15, 2007
1 parent c4b2842 commit 38bfa84
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: 0fd4980fa75acc78c747b1f43d1204f6572a4845
refs/heads/master: 8a146a2b0d6e97941a5c2dc5d8a3ea1e6c3ab997
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/read_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int ecryptfs_write_lower_page_segment(struct inode *ecryptfs_inode,
loff_t offset;
int rc;

offset = ((((off_t)page_for_lower->index) << PAGE_CACHE_SHIFT)
offset = ((((loff_t)page_for_lower->index) << PAGE_CACHE_SHIFT)
+ offset_in_page);
virt = kmap(page_for_lower);
rc = ecryptfs_write_lower(ecryptfs_inode, virt, offset, size);
Expand Down

0 comments on commit 38bfa84

Please sign in to comment.