| To: | Ben Myers <bpm@xxxxxxx>, David Chinner <david@xxxxxxxxxxxxx>, xfs@xxxxxxxxxxx |
|---|---|
| Subject: | linux-next: build failure after merge of the final tree |
| From: | Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> |
| Date: | Tue, 20 Aug 2013 17:20:52 +1000 |
| Cc: | linux-next@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Dwight Engen <dwight.engen@xxxxxxxxxx>, <linuxppc-dev@xxxxxxxxxxxxxxxx>, Gao feng <gaofeng@xxxxxxxxxxxxxx>, Jeremy Kerr <jk@xxxxxxxxxx>, Arnd Bergmann <arnd@xxxxxxxx>, Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>, cbe-oss-dev@xxxxxxxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
Hi all,
After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:
arch/powerpc/platforms/cell/spufs/inode.c: In function 'spufs_parse_options':
arch/powerpc/platforms/cell/spufs/inode.c:623:16: error: incompatible types
when assigning to type 'kuid_t' from type 'int'
root->i_uid = option;
^
arch/powerpc/platforms/cell/spufs/inode.c:628:16: error: incompatible types
when assigning to type 'kgid_t' from type 'int'
root->i_gid = option;
^
Caused by commit d6970d4b726c ("enable building user namespace with xfs")
from the xfs tree (that was fun to find :-)).
I have reverted that commit for today. It could probably be replaced
with a patch that just changed XFS_FS to SPU_FS in the UIDGID_CONVERTED
config dependency - or someone could fix up SPU_FS.
--
Cheers,
Stephen Rothwell sfr@xxxxxxxxxxxxxxxx
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v3 3/5] mm: Notify filesystems when it's time to apply a deferred cmtime update, Andy Lutomirski |
|---|---|
| Next by Date: | Re: ***** SUSPECTED SPAM ***** [RFD 11/17] xfs: factor xfs_create to prepare for O_TMPFILE, Zhi Yong Wu |
| Previous by Thread: | Получение допуска СРО, Виктор |
| Next by Thread: | Re: linux-next: build failure after merge of the final tree, Dwight Engen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |