Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311070 Details for
Bug 440506
panic in aoe:aoecmd_ata_rsp during direct I/O to lvm [snap,mirror,stripe]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
aoe: use bio->bi_idx to access biovecs
aoe6-22-22i.diff (text/plain), 1012 bytes, created by
Ed Cashin
on 2008-07-05 15:48:55 UTC
(
hide
)
Description:
aoe: use bio->bi_idx to access biovecs
Filename:
MIME Type:
Creator:
Ed Cashin
Created:
2008-07-05 15:48:55 UTC
Size:
1012 bytes
patch
obsolete
>diff -upr aoe6-22/linux/drivers/block/aoe/aoeblk.c aoe6-22i/linux/drivers/block/aoe/aoeblk.c >--- aoe6-22/linux/drivers/block/aoe/aoeblk.c 2006-02-03 15:55:34.000000000 -0500 >+++ aoe6-22i/linux/drivers/block/aoe/aoeblk.c 2008-07-05 07:25:35.000000000 -0400 >@@ -143,7 +143,7 @@ aoeblk_make_request(request_queue_t *q, > buf->bio = bio; > buf->resid = bio->bi_size; > buf->sector = bio->bi_sector; >- buf->bv = buf->bio->bi_io_vec; >+ buf->bv = buf->bio->bi_io_vec + buf->bio->bi_idx; > buf->bv_resid = buf->bv->bv_len; > buf->bufaddr = page_address(buf->bv->bv_page) + buf->bv->bv_offset; > >diff -upr aoe6-22/linux/drivers/block/aoe/aoe.h aoe6-22i/linux/drivers/block/aoe/aoe.h >--- aoe6-22/linux/drivers/block/aoe/aoe.h 2006-02-03 15:55:34.000000000 -0500 >+++ aoe6-22i/linux/drivers/block/aoe/aoe.h 2008-07-05 07:24:34.000000000 -0400 >@@ -1,5 +1,5 @@ > /* Copyright (c) 2004 Coraid, Inc. See COPYING for GPL terms. */ >-#define VERSION "22" >+#define VERSION "22i" > #define AOE_MAJOR 152 > #define DEVICE_NAME "aoe" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 440506
:
310391
|
310392
| 311070