Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1300410 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-01-04 00:40 +0100 |
| Last post | 2016-01-04 15:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the ext4 tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-01-04 00:40 +0100
Re: linux-next: build failure after merge of the ext4 tree Theodore Ts'o <tytso@mit.edu> - 2016-01-04 15:00 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-01-04 00:40 +0100 |
| Subject | linux-next: build failure after merge of the ext4 tree |
| Message-ID | <qN0pI-3Je-9@gated-at.bofh.it> |
Hi Ted,
After merging the ext4 tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
fs/ext4/ioctl.c: In function 'ext4_ioctl_setproject':
fs/ext4/ioctl.c:399:26: error: implicit declaration of function 'dqget' [-Werror=implicit-function-declaration]
transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid));
^
fs/ext4/ioctl.c:399:24: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
transfer_to[PRJQUOTA] = dqget(sb, make_kqid_projid(kprojid));
^
fs/ext4/ioctl.c:401:9: error: implicit declaration of function '__dquot_transfer' [-Werror=implicit-function-declaration]
err = __dquot_transfer(inode, transfer_to);
^
fs/ext4/ioctl.c:402:3: error: implicit declaration of function 'dqput' [-Werror=implicit-function-declaration]
dqput(transfer_to[PRJQUOTA]);
^
fs/ext4/super.c: In function 'ext4_statfs_project':
fs/ext4/super.c:4839:10: error: implicit declaration of function 'dqget' [-Werror=implicit-function-declaration]
dquot = dqget(sb, qid);
^
fs/ext4/super.c:4839:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
dquot = dqget(sb, qid);
^
fs/ext4/super.c:4866:2: error: implicit declaration of function 'dqput' [-Werror=implicit-function-declaration]
dqput(dquot);
^
CONFIG_QUOTA is not set for this build.
Caused by commit
92a86644738b ("ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support")
I have used the ext4 tree from next-20151231 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| Date | 2016-01-04 15:00 +0100 |
| Message-ID | <qNdPX-4bJ-3@gated-at.bofh.it> |
| In reply to | #1300410 |
On Mon, Jan 04, 2016 at 10:34:19AM +1100, Stephen Rothwell wrote: > Hi Ted, > > After merging the ext4 tree, today's linux-next build (arm > multi_v7_defconfig) failed like this:... Thanks for pointing this out! I fixed it last night so it should be ready for the next linux-build integration cycle. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web