From e0280f3c9da1e213e0818152909f7661b46c30c6 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Fri, 31 May 2013 19:33:42 -0400 Subject: [PATCH] --- yaml --- r: 377577 b: refs/heads/master c: eaf3793728d07d995f1e74250b2d0005f7ae98b5 h: refs/heads/master i: 377575: 93e9800fa53bd9c4c178150aedc7303c36f73b38 v: v3 --- [refs] | 2 +- trunk/fs/ext4/inline.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b5462f7098cb..1173fef4e9c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 566370a2e56837be98bc62d012fc2d2d11851db4 +refs/heads/master: eaf3793728d07d995f1e74250b2d0005f7ae98b5 diff --git a/trunk/fs/ext4/inline.c b/trunk/fs/ext4/inline.c index 3e2bf873e8a8..33331b4c2178 100644 --- a/trunk/fs/ext4/inline.c +++ b/trunk/fs/ext4/inline.c @@ -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);