Home
last modified time | relevance | path

Searched hist:"5 f4791f4a6479cdeb8caae1a3e5895c8a6e99c09" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dextent_map.cdiff 5f4791f4a6479cdeb8caae1a3e5895c8a6e99c09 Fri Jan 05 13:51:17 CST 2018 Liu Bo <bo.li.liu@oracle.com> Btrfs: noinline merge_extent_mapping

In order to debug subtle bugs around merge_extent_mapping(), perf probe
can be used to check the arguments, but sometimes merge_extent_mapping()
got inlined by compiler and couldn't be probed.

This is adding noinline attribute to merge_extent_mapping().

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>