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 209001 Details for
Bug 309901
[kernel dm core] struct dm_dev not available to modules, so no access to underlying bdev
[?]
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]
Proposed Patch 1
dm_dev1.patch (text/plain), 950 bytes, created by
Derek Atkins
on 2007-09-27 20:53:28 UTC
(
hide
)
Description:
Proposed Patch 1
Filename:
MIME Type:
Creator:
Derek Atkins
Created:
2007-09-27 20:53:28 UTC
Size:
950 bytes
patch
obsolete
>--- linux-2.6.22.i686/include/linux/device-mapper.h~ 2007-07-08 19:32:17.000000000 -0400 >+++ linux-2.6.22.i686/include/linux/device-mapper.h 2007-09-27 16:45:21.000000000 -0400 >@@ -89,6 +89,18 @@ > void dm_put_device(struct dm_target *ti, struct dm_dev *d); > > /* >+ * Information about a device >+ */ >+struct dm_dev { >+ struct list_head list; >+ >+ atomic_t count; >+ int mode; >+ struct block_device *bdev; >+ char name[16]; >+}; >+ >+/* > * Information about a target type > */ > struct target_type { >--- linux-2.6.22.i686/drivers/md/dm.h~ 2007-07-08 19:32:17.000000000 -0400 >+++ linux-2.6.22.i686/drivers/md/dm.h 2007-09-27 16:45:19.000000000 -0400 >@@ -54,15 +54,6 @@ > /* > * List of devices that a metadevice uses and should open/close. > */ >-struct dm_dev { >- struct list_head list; >- >- atomic_t count; >- int mode; >- struct block_device *bdev; >- char name[16]; >-}; >- > struct dm_table; > > /*-----------------------------------------------------------------
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 309901
: 209001 |
209011