* [vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate'
@ 2012-12-20 23:11 kbuild test robot
2012-12-20 23:18 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2012-12-20 23:11 UTC (permalink / raw)
To: Marco Stornelli; +Cc: linux-fsdevel, Al Viro
tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-jlayton
head: a1e960b5b25f19886a17d9f362bb0b06fcdf73f5
commit: 93502ce5a271c577b2d2401ad873beeed3af4e6e [16/28] hpfs: drop vmtruncate
config: make ARCH=x86_64 allmodconfig
All error/warnings:
fs/hpfs/inode.c: In function 'hpfs_setattr':
fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
vim +/hpfs_truncate +285 fs/hpfs/inode.c
1025774c Christoph Hellwig 2010-06-04 279 attr->ia_size != i_size_read(inode)) {
93502ce5 Marco Stornelli 2012-12-15 280 error = inode_newsize_ok(inode, attr->ia_size);
1025774c Christoph Hellwig 2010-06-04 281 if (error)
274052ef Dr. David Alan Gilbert 2010-12-13 282 goto out_unlock;
93502ce5 Marco Stornelli 2012-12-15 283
93502ce5 Marco Stornelli 2012-12-15 284 truncate_setsize(inode, attr->ia_size);
93502ce5 Marco Stornelli 2012-12-15 @285 hpfs_truncate(inode);
1025774c Christoph Hellwig 2010-06-04 286 }
1025774c Christoph Hellwig 2010-06-04 287
1025774c Christoph Hellwig 2010-06-04 288 setattr_copy(inode, attr);
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate'
2012-12-20 23:11 [vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' kbuild test robot
@ 2012-12-20 23:18 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2012-12-20 23:18 UTC (permalink / raw)
To: kbuild test robot; +Cc: Marco Stornelli, linux-fsdevel
On Fri, Dec 21, 2012 at 07:11:35AM +0800, kbuild test robot wrote:
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-jlayton
> head: a1e960b5b25f19886a17d9f362bb0b06fcdf73f5
> commit: 93502ce5a271c577b2d2401ad873beeed3af4e6e [16/28] hpfs: drop vmtruncate
> config: make ARCH=x86_64 allmodconfig
>
> All error/warnings:
>
> fs/hpfs/inode.c: In function 'hpfs_setattr':
> fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' [-Werror=implicit-function-declaration]
Grr... OK, that needs making that sucker non-static, for starters
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-20 23:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 23:11 [vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' kbuild test robot
2012-12-20 23:18 ` Al Viro
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).