lkml.org 
[lkml]   [2013]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: build failure after merge of the ceph tree
Hi Sage,

After merging the ceph tree, today's linux-next build (x86_64
allmodconfig) failed like this:

In file included from include/linux/kernel.h:14:0,
from include/linux/cache.h:4,
from include/linux/time.h:4,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from fs/ceph/file.c:3:
fs/ceph/file.c: In function 'ceph_sync_read':
fs/ceph/file.c:421:21: error: 'struct kiocb' has no member named 'ki_left'
(unsigned)iocb->ki_left,
^
include/linux/dynamic_debug.h:79:10: note: in definition of macro 'dynamic_pr_debug'
##__VA_ARGS__); \
^
include/linux/ceph/ceph_debug.h:17:2: note: in expansion of macro 'pr_debug'
pr_debug("%.*s %12.12s:%-4d : " fmt, \
^
fs/ceph/file.c:420:2: note: in expansion of macro 'dout'
dout("sync_read on file %p %llu~%u %s\n", file, off,
^
fs/ceph/file.c:430:17: error: 'struct kiocb' has no member named 'ki_left'
off + iocb->ki_left);
^
fs/ceph/file.c:436:25: error: 'struct iov_iter' has no member named 'iov'
void __user *data = i->iov[0].iov_base + i->iov_offset;
^
fs/ceph/file.c:437:18: error: 'struct iov_iter' has no member named 'iov'
size_t len = i->iov[0].iov_len - i->iov_offset;
^
fs/ceph/file.c:458:20: error: 'struct kiocb' has no member named 'ki_left'
size_t len = iocb->ki_left;
^
fs/ceph/file.c:471:26: error: 'struct iov_iter' has no member named 'iov'
void __user *data = i->iov[0].iov_base
^
In file included from include/linux/cache.h:4:0,
from include/linux/time.h:4,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from fs/ceph/file.c:3:
fs/ceph/file.c:473:14: error: 'struct iov_iter' has no member named 'iov'
l = min(i->iov[0].iov_len - i->iov_offset,
^
include/linux/kernel.h:670:9: note: in definition of macro 'min'
typeof(x) _min1 = (x); \
^
fs/ceph/file.c:473:14: error: 'struct iov_iter' has no member named 'iov'
l = min(i->iov[0].iov_len - i->iov_offset,
^
include/linux/kernel.h:670:21: note: in definition of macro 'min'
typeof(x) _min1 = (x); \
^
include/linux/kernel.h:672:17: warning: comparison of distinct pointer types lacks a cast [enabled by default]
(void) (&_min1 == &_min2); \
^
fs/ceph/file.c:473:9: note: in expansion of macro 'min'
l = min(i->iov[0].iov_len - i->iov_offset,
^
fs/ceph/file.c:496:7: error: 'struct kiocb' has no member named 'ki_left'
iocb->ki_left -= ret;
^
fs/ceph/file.c: In function 'ceph_sync_direct_write':
fs/ceph/file.c:588:24: error: 'struct iov_iter' has no member named 'iov'
void __user *data = i.iov->iov_base + i.iov_offset;
^
fs/ceph/file.c:589:14: error: 'struct iov_iter' has no member named 'iov'
u64 len = i.iov->iov_len - i.iov_offset;
^
fs/ceph/file.c: In function 'ceph_aio_read':
fs/ceph/file.c:839:7: error: 'struct kiocb' has no member named 'ki_left'
iocb->ki_left = len;
^
fs/ceph/file.c:870:8: error: 'struct kiocb' has no member named 'ki_left'
iocb->ki_left) {
^

Caused by commit e6c9af8b8f11 ("ceph: implement readv/preadv for sync
operation"). ki_left was removed by commit 73a7075e3f6e ("aio: Kill
aio_rw_vect_retry()") during the merge window ... basing new work for
v3.13 on v3.11 is a bit problematic.

I have used the ceph tree from next-20130925 for today.

--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2013-09-26 04:01    [W:0.040 / U:1.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site