* [vfs:for-next 60/72] include/linux/file.h:53:9: error: implicit declaration of function 'fget_raw_li
@ 2012-09-27 6:20 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-27 6:20 UTC (permalink / raw)
To: kernel-janitors
Hi Al,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-next
head: 49de614c74fadc7c47132ac87c0f7b05ca4084b7
commit: a5b470ba06aa3f96999ede5feba178df6bdb134a [60/72] new helpers: fdget()/fdput()
config: x86_64-allmodconfig
All error/warnings:
In file included from net/ceph/pagevec.c:6:0:
include/linux/file.h: In function 'fdget_raw':
include/linux/file.h:53:9: error: implicit declaration of function 'fget_raw_light' [-Werror=implicit-function-declaration]
include/linux/file.h:53:19: warning: initialization makes pointer from integer without a cast [enabled by default]
include/linux/file.h: At top level:
include/linux/file.h:58:21: error: conflicting types for 'fget_raw_light'
include/linux/file.h:53:19: note: previous implicit declaration of 'fget_raw_light' was here
cc1: some warnings being treated as errors
vim +53 include/linux/file.h
a5b470ba (Al Viro 2012-08-27 50) static inline struct fd fdget_raw(unsigned int fd)
a5b470ba (Al Viro 2012-08-27 51) {
a5b470ba (Al Viro 2012-08-27 52) int b;
a5b470ba (Al Viro 2012-08-27 @53) struct file *f = fget_raw_light(fd, &b);
a5b470ba (Al Viro 2012-08-27 54) return (struct fd){f,b};
a5b470ba (Al Viro 2012-08-27 55) }
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-27 6:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 6:20 [vfs:for-next 60/72] include/linux/file.h:53:9: error: implicit declaration of function 'fget_raw_li Fengguang Wu
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).