*KNOWN ISSUE* 2.6.20-ovz007 with checkpoint option error [message #13811] |
Wed, 06 June 2007 09:24 |
hernad
Messages: 14 Registered: June 2007 Location: Bosnia and Herzegovina
|
Junior Member |
|
|
Trying to build newest 2.6.20 kernel with checkpoint and restore included:
CC [M] kernel/cpt/cpt_process.o
kernel/cpt/cpt_process.c: In function ‘dump_one_process’:
kernel/cpt/cpt_process.c:793: error: ‘struct nsproxy’ has no member named ‘namespace’
kernel/cpt/cpt_process.c:807: error: ‘struct nsproxy’ has no member named ‘namespace’
kernel/cpt/cpt_process.c:808: error: ‘struct nsproxy’ has no member named ‘namespace’
kernel/cpt/cpt_process.c:838: warning: comparison of distinct pointer types lacks a cast
make[3]: *** [kernel/cpt/cpt_process.o] Error 1
I have looked at nsproxy structure in include/linux/nsproxy.h
struct nsproxy {
atomic_t count;
spinlock_t nslock;
struct uts_namespace *uts_ns;
struct ipc_namespace *ipc_ns;
struct mnt_namespace *mnt_ns;
struct pid_namespace *pid_ns;
};
My system is ubuntu 7.04
Regards,
Ernad
[Updated on: Wed, 06 June 2007 10:45] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|