/root/work/.build/cluster/gfs-kernel/src/gfs/ops_file.c: In function `gfs_write':
/root/work/.build/cluster/gfs-kernel/src/gfs/ops_file.c:955: warning: implicit declaration of function `mutex_lock'
/root/work/.build/cluster/gfs-kernel/src/gfs/ops_file.c:955: error: structure has no member named `i_mutex'
/root/work/.build/cluster/gfs-kernel/src/gfs/ops_file.c:960: warning: implicit declaration of function `mutex_unlock'
/root/work/.build/cluster/gfs-kernel/src/gfs/ops_file.c:960: error: structure has no member named `i_mutex'
make[7]: *** [/root/work/.build/cluster/gfs-kernel/src/gfs/ops_file.o] Error 1
make[6]: *** [_module_/root/work/.build/cluster/gfs-kernel/src/gfs] Error 2
make[5]: *** [modules] Error 2
make[4]: *** [modules] Error 2
make[4]: Leaving directory `/root/work/kernel'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/work/.build/cluster/gfs-kernel/src/gfs'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/root/work/.build/cluster/gfs-kernel/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/work/.build/cluster/gfs-kernel'
make: *** [all] Error 2
Any idea?
On 2/23/06, Screaming Eagle <tekion@xxxxxxxxx> wrote:
All,
I am getting errors on dlm-kernel when compiling cluster src on FC3. Here's what I did before compiling it, downloaded 2.6.15 kernel to /usr/src/linux-2.6.15. compiled it with O=/root/work/kernel.
download cluster via cvs command: cvs -d :pserver:cvs@xxxxxxxxxxxxxxxxxx:/cvs/cluster checkout cluster
cd cluster/magma; ./configure --kernel_src=/root/work/kernel; make && make install. This went find.
cd ..
./configure --kernel_src=/root/work/kernel;make. This is where it pukes on dlm_kernel.
Does any one have any idea what is wrong? Shoud I be using --kernel_src=/usr/src/linux-2.6.15 or --kernel_src=/root/work/kernel? In either case I am having the same error with either vaules for kernel_src.
-- Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster