Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377577
b: refs/heads/master
c: eaf3793
h: refs/heads/master
i:
  377575: 93e9800
v: v3
  • Loading branch information
Jan Kara authored and Theodore Ts'o committed May 31, 2013
1 parent ddb9424 commit e0280f3
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: 566370a2e56837be98bc62d012fc2d2d11851db4
refs/heads/master: eaf3793728d07d995f1e74250b2d0005f7ae98b5
2 changes: 1 addition & 1 deletion trunk/fs/ext4/inline.c
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ int ext4_inline_data_fiemap(struct inode *inode,
if (error)
goto out;

physical = iloc.bh->b_blocknr << inode->i_sb->s_blocksize_bits;
physical = (__u64)iloc.bh->b_blocknr << inode->i_sb->s_blocksize_bits;
physical += (char *)ext4_raw_inode(&iloc) - iloc.bh->b_data;
physical += offsetof(struct ext4_inode, i_block);
length = i_size_read(inode);
Expand Down

0 comments on commit e0280f3

Please sign in to comment.