]> 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>
Mon, 1 Oct 2012 19:35:07 +0000 (15:35 -0400)
commitc80b7c4f5b4a56ee3c0fe3534c0300b10cf73b77
tree703b155747e3d3fab42cf71ab78a3a01b7f399f9
parentf214a1db4c9e4188d386da28a62ecdcb546f72f5
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