Fix a bug in cluster_read(). An error returned by the call to
commitac7ffc8a12dc12573d7c18fd6abee4f920807086
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 20 Jun 2008 05:40:04 +0000 (20 05:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 20 Jun 2008 05:40:04 +0000 (20 05:40 +0000)
treefcefd46b234676b1d6ec1ce87890b7ba72970197
parent4a2796f3cdd35eef5ac2bad49c22e2ee53bcea04
Fix a bug in cluster_read().  An error returned by the call to
VOP_BMAP() in the late read-ahead code is unrelated to the success
of the call and should be ignored.
sys/kern/vfs_cluster.c