|
@@ -1443,7 +1443,7 @@ iomap_bmap(struct address_space *mapping, sector_t bno,
|
|
|
const struct iomap_ops *ops)
|
|
|
{
|
|
|
struct inode *inode = mapping->host;
|
|
|
- loff_t pos = bno >> inode->i_blkbits;
|
|
|
+ loff_t pos = bno << inode->i_blkbits;
|
|
|
unsigned blocksize = i_blocksize(inode);
|
|
|
|
|
|
if (filemap_write_and_wait(mapping))
|