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 317389 Details for
Bug 454872
[NetApp 4.8 bug] online resize of filesystem does not work
[?]
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]
scsi sd driver calls revalidate_disk wrapper
4-scsi-sd-driver-calls-revalidate_disk-wrapper.patch (text/plain), 770 bytes, created by
Jeff Moyer
on 2008-09-22 17:38:04 UTC
(
hide
)
Description:
scsi sd driver calls revalidate_disk wrapper
Filename:
MIME Type:
Creator:
Jeff Moyer
Created:
2008-09-22 17:38:04 UTC
Size:
770 bytes
patch
obsolete
>SCSI sd driver calls revalidate_disk wrapper. > >Modify the SCSI disk driver to call the revalidate_disk() >wrapper. This allows us to do some housekeeping such as accounting for >a disk being resized online. The wrapper will call >sd_revalidate_disk() at the appropriate time. > >diff -up linux-2.6.9/drivers/scsi/sd.c.orig linux-2.6.9/drivers/scsi/sd.c >--- linux-2.6.9/drivers/scsi/sd.c.orig 2008-09-02 17:08:21.237333218 -0400 >+++ linux-2.6.9/drivers/scsi/sd.c 2008-09-22 11:28:55.125786446 -0400 >@@ -736,7 +736,7 @@ static int sd_issue_flush(struct device > static void sd_rescan(struct device *dev) > { > struct scsi_disk *sdkp = dev_get_drvdata(dev); >- sd_revalidate_disk(sdkp->disk); >+ revalidate_disk(sdkp->disk); > } > > static struct block_device_operations sd_fops = {
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 454872
:
317386
|
317387
|
317388
| 317389 |
317390
|
317391