Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1532824 > unrolled thread

linux-next: build failure after merge of the cifs tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-11-29 23:30 +0100
Last post2016-12-01 07:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the cifs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-11-29 23:30 +0100
    Re: linux-next: build failure after merge of the cifs tree Steve French <smfrench@gmail.com> - 2016-12-01 07:30 +0100

#1532824 — linux-next: build failure after merge of the cifs tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-11-29 23:30 +0100
Subjectlinux-next: build failure after merge of the cifs tree
Message-ID<sIZ4t-60M-17@gated-at.bofh.it>
Hi all,

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

fs/cifs/connect.c: In function 'cifs_find_tcon':
fs/cifs/connect.c:2610:11: error: 'struct cifs_tcon' has no member named 'snapshot_time'
   if (tcon->snapshot_time != volume_info->snapshot_time)
           ^
fs/cifs/connect.c: In function 'cifs_get_tcon':
fs/cifs/connect.c:2681:8: error: 'struct cifs_tcon' has no member named 'snapshot_time'
    tcon->snapshot_time = volume_info->snapshot_time;
        ^

Caused by commit

  36c659cf9241 ("SMB3: parsing for new snapshot timestamp mount parm")

CONFIG_CIFS_SMB2 is not set for this build ...

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

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1533844

FromSteve French <smfrench@gmail.com>
Date2016-12-01 07:30 +0100
Message-ID<sJt2x-aP-9@gated-at.bofh.it>
In reply to#1532824
Commit fixed to handle the ifdef CONFIG_CIFS_SMB2 disabled problem you
noted, and repushed to my for-next branch. Thx for pointing this out.

On Tue, Nov 29, 2016 at 4:27 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> After merging the cifs tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> fs/cifs/connect.c: In function 'cifs_find_tcon':
> fs/cifs/connect.c:2610:11: error: 'struct cifs_tcon' has no member named 'snapshot_time'
>    if (tcon->snapshot_time != volume_info->snapshot_time)
>            ^
> fs/cifs/connect.c: In function 'cifs_get_tcon':
> fs/cifs/connect.c:2681:8: error: 'struct cifs_tcon' has no member named 'snapshot_time'
>     tcon->snapshot_time = volume_info->snapshot_time;
>         ^
>
> Caused by commit
>
>   36c659cf9241 ("SMB3: parsing for new snapshot timestamp mount parm")
>
> CONFIG_CIFS_SMB2 is not set for this build ...
>
> I have used the cifs tree from next-20161129 for today.
>
> --
> Cheers,
> Stephen Rothwell



-- 
Thanks,

Steve

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web