]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Btrfs: remove unnecessary IS_ERR in bio_readpage_error()
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Mon, 1 Oct 2012 09:07:15 +0000 (03:07 -0600)
committerChris Mason <chris.mason@fusionio.com>
Thu, 4 Oct 2012 13:40:10 +0000 (09:40 -0400)
commita53101ad00585d17dbcbd11e74bc4b928ff8353f
treee13894966259123c06dfcb76a224c08ba06b4235
parent2ff72963b8a5b03d271aa8a63c374e0027c5b367
Btrfs: remove unnecessary IS_ERR in bio_readpage_error()

Because the value of extent_map is only a correct value or NULL,
so IS_ERR is unnecessary.

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