Edward Tomasz Napierala
0da50f6ef8
According to phk@, VOP_STRATEGY should never, _ever_, return
...
anything other than 0. Make it so. This fixes
"panic: VOP_STRATEGY failed bp=0xc320dd90 vp=0xc3b9f648",
encountered when writing to an orphaned filesystem. Reason
for the panic was the following assert:
KASSERT(i == 0, ("VOP_STRATEGY failed bp=%p vp=%p", bp, bp->b_vp));
at vfs_bio:bufstrategy().
Reviewed by: scottl, phk
Approved by: rwatson (mentor)
Sponsored by: FreeBSD Foundation
2008-12-16 21:13:11 +00:00
..
2008-12-14 09:06:28 +00:00
2008-12-05 15:31:51 +00:00
2008-12-14 02:57:41 +00:00
2008-12-02 23:26:43 +00:00
2008-12-16 17:01:52 +00:00
2008-12-04 16:31:08 +00:00
2008-12-12 12:12:36 +00:00
2008-12-15 15:31:10 +00:00
2008-12-15 06:10:57 +00:00
2008-12-16 13:58:37 +00:00
2008-10-01 22:08:53 +00:00
2008-12-16 20:59:27 +00:00
2008-12-16 21:13:11 +00:00
2008-12-16 17:04:52 +00:00
2008-12-16 21:13:11 +00:00
2008-12-13 13:07:12 +00:00
2008-12-02 19:09:08 +00:00
2008-11-18 21:01:54 +00:00
2008-12-16 01:24:05 +00:00
2008-11-12 15:31:05 +00:00
2008-12-05 21:19:24 +00:00
2008-12-16 20:07:47 +00:00
2008-12-15 06:10:57 +00:00
2008-12-16 17:03:22 +00:00
2008-12-16 01:17:36 +00:00
2008-10-23 15:53:51 +00:00
2008-12-16 19:15:31 +00:00
2008-12-16 15:05:35 +00:00
2008-12-16 06:01:08 +00:00
2008-12-15 21:50:54 +00:00
2008-12-11 10:29:35 +00:00
2008-10-23 15:53:51 +00:00
2008-10-23 15:53:51 +00:00
2008-11-03 14:23:15 +00:00
2008-10-28 13:44:11 +00:00
2008-12-02 21:37:28 +00:00
2008-12-16 04:34:09 +00:00
2008-11-12 15:30:30 +00:00
2008-10-30 16:11:07 +00:00
2008-12-02 19:09:08 +00:00
2008-12-15 21:54:23 +00:00
2008-12-15 15:31:10 +00:00
2008-11-12 12:21:18 +00:00
2008-12-02 23:26:43 +00:00
2008-12-15 15:31:10 +00:00
2008-12-15 15:31:10 +00:00
2008-12-15 06:10:57 +00:00
2008-11-03 19:57:40 +00:00
2008-12-16 21:13:11 +00:00
2008-11-16 21:57:54 +00:00
2008-11-13 14:36:52 +00:00
2008-12-04 07:59:05 +00:00