Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362597
b: refs/heads/master
c: 12f267a
h: refs/heads/master
i:
  362595: dd0bd6a
v: v3
  • Loading branch information
Vyacheslav Dubeyko authored and Linus Torvalds committed Apr 17, 2013
1 parent 4cd4824 commit 6b3070c
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: 472d326677db37625903265428582694394d2df7
refs/heads/master: 12f267a20aecf8b84a2a9069b9011f1661c779b4
2 changes: 1 addition & 1 deletion trunk/fs/hfsplus/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ void hfsplus_file_truncate(struct inode *inode)
struct address_space *mapping = inode->i_mapping;
struct page *page;
void *fsdata;
u32 size = inode->i_size;
loff_t size = inode->i_size;

res = pagecache_write_begin(NULL, mapping, size, 0,
AOP_FLAG_UNINTERRUPTIBLE,
Expand Down

0 comments on commit 6b3070c

Please sign in to comment.