From: Michal Suchanek <hramrach@centrum.cz>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, apw@canonical.com, nbd@openwrt.org,
neilb@suse.de
Subject: Re: [PATCH 0/6] overlay filesystem
Date: Mon, 18 Apr 2011 20:19:16 +0200 [thread overview]
Message-ID: <BANLkTin9OP7JA-CUAezFNyhYRWB9_NXf0A@mail.gmail.com> (raw)
In-Reply-To: <1303142440-26328-1-git-send-email-miklos@szeredi.hu>
On 18 April 2011 18:00, Miklos Szeredi <miklos@szeredi.hu> wrote:
> Here's an updated version of the overlay filesystem.
>
> Git tree is here:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs.v8
>
Can't build this one:
CC [M] fs/overlayfs/copy_up.o
CC [M] fs/qnx4/inode.o
fs/overlayfs/copy_up.c: In function 'ovl_read_symlink':
fs/overlayfs/copy_up.c:135: error: implicit declaration of function 'get_fs'
fs/overlayfs/copy_up.c:135: error: incompatible types when assigning
to type 'mm_segment_t' from type 'int'
fs/overlayfs/copy_up.c:136: error: implicit declaration of function 'set_fs'
fs/overlayfs/copy_up.c:136: error: implicit declaration of function 'get_ds'
CC [M] fs/quota/quota_v1.o
make[3]: *** [fs/overlayfs/copy_up.o] Error 1
make[2]: *** [fs/overlayfs] Error 2
make[2]: *** Waiting for unfinished jobs....
CC [M] fs/quota/quota_v2.o
CC [M] fs/quota/quota_tree.o
CC [M] fs/qnx4/dir.o
CC [M] fs/qnx4/namei.o
CC [M] fs/qnx4/bitmap.o
LD [M] fs/qnx4/qnx4.o
make[1]: *** [fs] Error 2
make[1]: *** Waiting for unfinished jobs....
Possibly a missing include somewhere?
Thanks
Michal
next prev parent reply other threads:[~2011-04-18 18:19 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-18 16:00 [PATCH 0/6] overlay filesystem Miklos Szeredi
2011-04-18 16:00 ` [PATCH 1/6] vfs: add i_op->open() Miklos Szeredi
2011-04-18 16:00 ` [PATCH 2/6] vfs: export do_splice_direct() to modules Miklos Szeredi
2011-04-18 16:00 ` [PATCH 3/6] vfs: introduce clone_private_mount() Miklos Szeredi
2011-04-18 16:00 ` [PATCH 4/6] overlay filesystem Miklos Szeredi
2011-04-18 16:00 ` [PATCH 5/6] overlayfs: add statfs support Miklos Szeredi
2011-04-18 16:00 ` [PATCH 6/6] overlay: overlay filesystem documentation Miklos Szeredi
2011-04-19 3:05 ` J. R. Okajima
2011-04-19 3:58 ` NeilBrown
2011-04-19 4:13 ` J. R. Okajima
2011-04-18 18:19 ` Michal Suchanek [this message]
2011-04-19 9:39 ` [PATCH 0/6] overlay filesystem Miklos Szeredi
2011-04-19 9:43 ` [PATCH 1/2] ovl: fix missing include Miklos Szeredi
2011-04-19 9:43 ` [PATCH 2/2] ovl: fix building as a module Miklos Szeredi
2011-05-09 19:14 ` [PATCH 0/6] overlay filesystem Michal Suchanek
2011-05-10 16:30 ` Miklos Szeredi
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=BANLkTin9OP7JA-CUAezFNyhYRWB9_NXf0A@mail.gmail.com \
--to=hramrach@centrum.cz \
--cc=apw@canonical.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=nbd@openwrt.org \
--cc=neilb@suse.de \
--cc=viro@zeniv.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).