From: Jeff Wu <cpwu@tnsoft.com.cn>
To: Henry C Chang <henry_c_chang@tcloudcomputing.com>
Cc: "ceph-devel@vger.kernel.org" <ceph-devel@vger.kernel.org>
Subject: Re: Errors on compiling master-backport of ceph-client-standalone
Date: Thu, 16 Dec 2010 15:56:32 +0800 [thread overview]
Message-ID: <1292486192.2484.42.camel@cephhost> (raw)
In-Reply-To: <AANLkTinJW=QHXpsq1K_arYW5goARdPV15UTpEi6hYz51@mail.gmail.com>
在 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@vger.kernel.org
> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-12-16 7:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-16 7:39 Errors on compiling master-backport of ceph-client-standalone Henry C Chang
2010-12-16 7:56 ` Jeff Wu [this message]
2010-12-16 18:06 ` Sage Weil
-- strict thread matches above, loose matches on Subject: below --
2010-12-29 7:18 Henry Chang
2011-01-03 21:58 ` Sage Weil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1292486192.2484.42.camel@cephhost \
--to=cpwu@tnsoft.com.cn \
--cc=ceph-devel@vger.kernel.org \
--cc=henry_c_chang@tcloudcomputing.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.