git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[muen/linux.git]
/
fs
/
iomap.c
diff --git
a/fs/iomap.c
b/fs/iomap.c
index 8a18163dc432444cbb36f8db4a585e9b0083a256..74762b1ec233f9e9ab1f5da47116271143a344db 100644
(file)
--- a/
fs/iomap.c
+++ b/
fs/iomap.c
@@
-2097,7
+2097,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))