linux-next: build failure after merge of the vfs-brauner-fixes tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

After merging the vfs-brauner-fixes tree, today's linux-next build
(x86_64 allmodconfig) failed like this:

In file included from include/linux/srcu.h:21,
                 from include/linux/notifier.h:16,
                 from arch/x86/include/asm/uprobes.h:13,
                 from include/linux/uprobes.h:50,
                 from include/linux/mm_types.h:16,
                 from include/linux/mmzone.h:22,
                 from include/linux/gfp.h:7,
                 from include/linux/slab.h:16,
                 from fs/afs/rxrpc.c:8:
fs/afs/rxrpc.c: In function 'afs_alloc_call':
fs/afs/rxrpc.c:152:42: error: 'const struct afs_call_type' has no member named 'async_rx'
  152 |         INIT_WORK(&call->async_work, type->async_rx ?: afs_process_async_call);
      |                                          ^~
include/linux/workqueue.h:288:34: note: in definition of macro '__INIT_WORK_KEY'
  288 |                 (_work)->func = (_func);                                \
      |                                  ^~~~~
include/linux/workqueue.h:308:9: note: in expansion of macro '__INIT_WORK'
  308 |         __INIT_WORK((_work), (_func), 0)
      |         ^~~~~~~~~~~
fs/afs/rxrpc.c:152:9: note: in expansion of macro 'INIT_WORK'
  152 |         INIT_WORK(&call->async_work, type->async_rx ?: afs_process_async_call);
      |         ^~~~~~~~~

Caused by commit

  dabae7218d1c ("afs: Fix lock recursion")

I have used the vfs-brauner-fixes tree from next-20241016 for today.  I
had to use the vfs-brauner tree from next-20241016 as well.

-- 
Cheers,
Stephen Rothwell

Attachment: pgpmFSG0cBegS.pgp
Description: OpenPGP digital signature


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux