2024-03-19 23:00:23

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the cifs tree

Hi all,

After merging the cifs tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

In file included from fs/smb/client/cifsglob.h:27,
from fs/smb/client/cifsfs.c:36:
fs/smb/client/../common/smb2pdu.h:291:9: error: unknown type name '_u8'
291 | _u8 BlobData[];
| ^~~

Caused by commit

354c620afff2 ("smb311: additional compression flag defined in updated protocol spec")

I have used the cifs tree from next-20240319 for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-03-19 23:38:04

by Steve French

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the cifs tree

Typo fixed - updated the patch in cifs-2.6.git for-next

On Tue, Mar 19, 2024 at 6:00 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the cifs tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> In file included from fs/smb/client/cifsglob.h:27,
> from fs/smb/client/cifsfs.c:36:
> fs/smb/client/../common/smb2pdu.h:291:9: error: unknown type name '_u8'
> 291 | _u8 BlobData[];
> | ^~~
>
> Caused by commit
>
> 354c620afff2 ("smb311: additional compression flag defined in updated protocol spec")
>
> I have used the cifs tree from next-20240319 for today.
>
> --
> Cheers,
> Stephen Rothwell



--
Thanks,

Steve