å 2010-12-16åç 15:39 +0800ïHenry C Changåéï > Hi, > > Just tried to compile master-backport of ceph-client-standalone and got errors. > I did two modifications to fix the errors: > > 1. include <linux/smp_lock.h> in ceph/mds_client.c for lock_kernel() > 2. Revert commit "convert ceph" > (ff8a8d2006dca58f71b5dc5df0c95b8f837a0a4e) because mount operation > does not exist before 2.6.37. I also compiled fail for ceph-client-standalone : master && master-backport. LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 36), struct file_system_type added "mount". --------- static struct file_system_type ceph_fs_type = { .owner = THIS_MODULE, .name = "ceph", .mount = ceph_mount, .kill_sb = ceph_kill_sb, .fs_flags = FS_RENAME_DOES_D_MOVE, }; > > Henry > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html