]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: create a helper to create em for IO
authorLiu Bo <bo.li.liu@oracle.com>
Tue, 31 Jan 2017 15:50:22 +0000 (07:50 -0800)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:48 +0000 (12:03 +0100)
commit55438aa906989f2c510f239884162a4d2e7dcf47
tree3b5d8e583bb73d757fd5c994ed9461a6ac1c3d8f
parent6c00a3b0e9c61c22aee47ba7debd379bb5918f57
Btrfs: create a helper to create em for IO

We have similar codes to create and insert extent mapping around IO path,
this merges them into a single helper.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c