|
@@ -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,
|