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 216091 Details for
Bug 313551
Vista burned UDF volumes won't mount
[?]
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]
Attempt to fix udf mount
fix_udf (text/plain), 784 bytes, created by
Eric Sandeen
on 2007-10-04 16:54:30 UTC
(
hide
)
Description:
Attempt to fix udf mount
Filename:
MIME Type:
Creator:
Eric Sandeen
Created:
2007-10-04 16:54:30 UTC
Size:
784 bytes
patch
obsolete
>Index: linux-2.6.23-rc7/fs/udf/super.c >=================================================================== >--- linux-2.6.23-rc7.orig/fs/udf/super.c >+++ linux-2.6.23-rc7/fs/udf/super.c >@@ -1004,7 +1004,8 @@ static int udf_load_logicalvol(struct su > if (le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0150) { > UDF_SB_PARTTYPE(sb,i) = UDF_VIRTUAL_MAP15; > UDF_SB_PARTFUNC(sb,i) = udf_get_pblock_virt15; >- } else if (le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0200) { >+ } else if (le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0200 || >+ le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0201) { > UDF_SB_PARTTYPE(sb,i) = UDF_VIRTUAL_MAP20; > UDF_SB_PARTFUNC(sb,i) = udf_get_pblock_virt20; > }
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 313551
: 216091 |
223781
|
228141