]> git.openfabrics.org - ~shefty/rdma-dev.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>
Tue, 9 Oct 2012 13:15:43 +0000 (09:15 -0400)
commit7a2d6a64645b38d7040bbd031c7a7b2655f5d976
treec9de30e5bfcf283501ee91b63c82c9421fa835cf
parent8d1a1317af439cc7f349907b79198d35feffe179
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