]> git.neil.brown.name Git - history.git/commit
[PATCH] dm: Remove redundant error checking
authorJoe Thornber <joe@fib011235813.fsnet.co.uk>
Wed, 8 Jan 2003 01:54:50 +0000 (17:54 -0800)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Wed, 8 Jan 2003 01:54:50 +0000 (17:54 -0800)
commit51fe403a3d01a9cab0bd5bc7df3a00772c15ef69
tree879490e184da98ca95faa0874b86a3fb25554960
parent0dc1f7c90f4c2de0d48e0b439ce7393fbb36de15
[PATCH] dm: Remove redundant error checking

bio_alloc() shouldn't fail if GFP_NOIO is used, and the bvec count is
sensible.  So remove redundant error checking.
drivers/md/dm.c