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 303351 Details for
Bug 443627
kernel dm snapshot: PPC64: kernel OOPS during activation of snapshot with small chunksize
[?]
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]
Zero number of pages
linux-2.6.18-dm-zero-pages-fix (text/plain), 431 bytes, created by
Mikuláš Patočka
on 2008-04-22 18:26:25 UTC
(
hide
)
Description:
Zero number of pages
Filename:
MIME Type:
Creator:
Mikuláš Patočka
Created:
2008-04-22 18:26:25 UTC
Size:
431 bytes
patch
obsolete
>--- linux-2.6.18.x86_64.new/drivers/md/dm-exception-store.c_ 2008-04-22 20:22:56.000000000 +0200 >+++ linux-2.6.18.x86_64.new/drivers/md/dm-exception-store.c 2008-04-22 20:23:36.000000000 +0200 >@@ -128,7 +128,7 @@ > > static inline unsigned int sectors_to_pages(unsigned int sectors) > { >- return sectors / (PAGE_SIZE >> 9); >+ return (sectors + (PAGE_SIZE >> 9) - 1) / (PAGE_SIZE >> 9); > } > > static int alloc_area(struct pstore *ps)
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 443627
: 303351