Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295541 Details for
Bug 373489
sys-fs/cdfs-2.6.27 does not compile again gentoo-sources-2.6.39
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cdfs patch for newer(>2.6.39) kernel
cdfs-2.6.27-kernel.3.0.0.patch (text/plain), 893 bytes, created by
Karata
on 2011-12-12 10:54:58 UTC
(
hide
)
Description:
cdfs patch for newer(>2.6.39) kernel
Filename:
MIME Type:
Creator:
Karata
Created:
2011-12-12 10:54:58 UTC
Size:
893 bytes
patch
obsolete
>--- root.c.old 2011-12-12 18:38:19.000000000 +0800 >+++ root.c 2011-12-12 18:39:18.000000000 +0800 >@@ -599,7 +599,7 @@ > #else > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) > static int cdfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt) { >- return get_sb_bdev(fs_type, flags, dev_name, data, cdfs_fill_super, mnt); >+ return mount_bdev(fs_type, flags, dev_name, data, cdfs_fill_super); > #else > static struct super_block *cdfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) { > return get_sb_bdev(fs_type, flags, dev_name, data, cdfs_fill_super); >@@ -609,7 +609,7 @@ > static struct file_system_type cdfs_fs_type = { > .owner = THIS_MODULE, > .name = "cdfs", >- .get_sb = cdfs_get_sb, >+ .mount = cdfs_get_sb, > .kill_sb = kill_block_super, > .fs_flags = FS_REQUIRES_DEV > };
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 373489
:
295541
|
295553