Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 200045 Details for
Bug 280204
app-emulation/vmware-modules wont build with 2.6.30 kernel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 2.6.30 module
1.0.0.23-r1-kernel-2.6.30.patch (text/plain), 661 bytes, created by
Michele Schiavo
on 2009-08-03 19:37:57 UTC
(
hide
)
Description:
patch for 2.6.30 module
Filename:
MIME Type:
Creator:
Michele Schiavo
Created:
2009-08-03 19:37:57 UTC
Size:
661 bytes
patch
obsolete
>--- vmblock-only/linux/control.c.original 2009-08-03 21:24:43.000000000 +0200 >+++ vmblock-only/linux/control.c 2009-08-03 21:25:28.000000000 +0200 >@@ -156,7 +156,7 @@ > return -EINVAL; > } > >- controlProcDirEntry->owner = THIS_MODULE; >+ //controlProcDirEntry->owner = THIS_MODULE; > > /* Create /proc/fs/vmblock/mountPoint */ > controlProcMountpoint = proc_mkdir(VMBLOCK_CONTROL_MOUNTPOINT, >@@ -168,7 +168,7 @@ > return -EINVAL; > } > >- controlProcMountpoint->owner = THIS_MODULE; >+ //controlProcMountpoint->owner = THIS_MODULE; > > /* Create /proc/fs/vmblock/dev */ > controlProcEntry = create_proc_entry(VMBLOCK_CONTROL_DEVNAME,
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 280204
:
200043
| 200045