Regards,
Vaclav Vanc
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Iscsitarget-devel mailing list
Iscsitar...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iscsitarget-devel
> I was having trouble with compiling under Linux 3.2.5. If someone
> having similar problem, this should help
> I had to edit:
> "kernel/iscsi.h" and add include "<linux/module.h>"
> "kernel/event.c" and add include "iscsi.h"
>
Did you apply this change to the cvs trunk or the latest release?
--
------------------------------------------------------------------------
Emmanuel Florac | Direction technique
| Intellique
| <efl...@intellique.com>
| +33 1 78 94 84 02
------------------------------------------------------------------------
2012/2/12 Emmanuel Florac <efl...@intellique.com>:
I actually prepend the below line into iet_u.h:
#include <linux/module.h>
That solves the compile errors for kernel v3.2.x of the following:
config.c:358: error: 'THIS_MODULE' undeclared here (not in a function)
session.c:191: error: 'THIS_MODULE' undeclared here (not in a function)
target.c:136: error: 'THIS_MODULE' undeclared (first use in this function)
event.c:86: error: 'THIS_MODULE' undeclared (first use in this function)
Don't know whether is this alright or not thus asking... ...
Thanks.
Kindest regards,
Giam Teck Choon
>>>
>>
>> Did you apply this change to the cvs trunk or the latest release?
>>
>> --
>> ------------------------------------------------------------------------
>> Emmanuel Florac | Direction technique
>> | Intellique
>> | <efl...@intellique.com>
>> | +33 1 78 94 84 02
>> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Iscsitarget-devel mailing list
> Iscsitar...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iscsitarget-devel
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Regards,
Václav Vanc
2012/2/13 Teck Choon Giam <giamte...@gmail.com>:
Oh ok and thanks.