]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix return value check of extent_io_ops
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Thu, 16 Feb 2012 01:11:40 +0000 (10:11 +0900)
committerDavid Sterba <dsterba@suse.cz>
Thu, 16 Feb 2012 16:23:16 +0000 (17:23 +0100)
commit4256b2ef09e0e2dffd85b55941e2aafc5c89f53b
treef605d1160c95e3e82016ca8a81e6e1c3af2b7cba
parent83e4ab4631f630362b93cd40e5758767f7448dc7
Btrfs: fix return value check of extent_io_ops

This patch adds the check on the return value of extent_io_ops.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
fs/btrfs/extent_io.c