]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: add a helper to retrive extent inline ref type
authorLiu Bo <bo.li.liu@oracle.com>
Fri, 18 Aug 2017 21:15:18 +0000 (15:15 -0600)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Aug 2017 15:47:42 +0000 (17:47 +0200)
commit24c20003c8f6a7f81962726a4620c4cd9421f9d6
treeb85800ec47dd67e42d969c6c53a0257bae58c8a1
parent558a269b35e367abfdea42fba8fa327682f57424
Btrfs: add a helper to retrive extent inline ref type

An invalid value of extent inline ref type may be read from a
malicious image which may force btrfs to crash.

This adds a helper which does sanity check for the ref type, so we can
know if it's sane, return he type, otherwise return an error.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ minimal tweak const types, causing warnings due to other cleanup patches ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c