public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the bcachefs tree
@ 2023-09-12  5:02 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2023-09-12  5:02 UTC (permalink / raw)
  To: Kent Overstreet
  Cc: Kent Overstreet, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

include/linux/generic-radix-tree.h:206: warning: expecting prototype for genradix_iter_peek(). Prototype was for genradix_iter_peek_prev() instead

Introduced by commit

  f39d409a1584 ("lib/generic-radix-tree.c: Add peek_prev()")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2023-11-26 22:46 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2023-11-26 22:46 UTC (permalink / raw)
  To: Kent Overstreet, Andrew Morton
  Cc: Arnd Bergmann, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

fs/bcachefs/buckets.c:337:21: warning: no previous prototype for 'bucket_m_to_alloc' [-Wmissing-prototypes]
  337 | struct bch_alloc_v4 bucket_m_to_alloc(struct bucket b)
      |                     ^~~~~~~~~~~~~~~~~

Introduced by commit

  8192d6956cb6 ("bcachefs: New bucket sector count helpers")

interacting with commit

  c6345dfa6e3e ("Makefile.extrawarn: turn on missing-prototypes globally")

from the mm tree.

It looks like this function should be static.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2024-01-17  2:28 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2024-01-17  2:28 UTC (permalink / raw)
  To: Kent Overstreet; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (s390 defconfig)
produced this warning:

fs/bcachefs/btree_write_buffer.c: In function 'wb_flush_one':
fs/bcachefs/btree_write_buffer.c:128:24: warning: unused variable 'c' [-Wunused-variable]
  128 |         struct bch_fs *c = trans->c;
      |                        ^

Introduced by commit

  3e76edb0f4db ("bcachefs: Prep work for variable size btree node buffers")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2024-02-26  6:46 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2024-02-26  6:46 UTC (permalink / raw)
  To: Kent Overstreet; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/bcachefs/errorcodes.rst: WARNING: document isn't included in any toctree

Introduced by commit

  8869a56a0158 ("bcachefs: Errcode tracepoint, documentation")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2024-05-01  5:16 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2024-05-01  5:16 UTC (permalink / raw)
  To: Kent Overstreet; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/bcachefs/index.rst:7: WARNING: toctree contains reference to document 'filesystems/bcachefs/CodingStyle' that doesn't have a title: no link will be generated

Introduced by commit

  78b8f7949d02 ("bcachefs: CodingStyle")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2024-07-18  5:46 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2024-07-18  5:46 UTC (permalink / raw)
  To: Kent Overstreet
  Cc: Kent Overstreet, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 20046 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (s390 defconfig)
produced this warning:

In file included from fs/bcachefs/str_hash.h:5,
                 from fs/bcachefs/xattr.h:5,
                 from fs/bcachefs/acl.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/bkey_methods.c:4:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_update_interior.h:6,
                 from fs/bcachefs/bkey_sort.c:166:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/alloc_foreground.c:17:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/backpointers.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/alloc_background.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/btree_cache.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_key_cache.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/btree_gc.c:10:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/btree_node_scan.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_locking.c:4:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/btree_io.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/btree_trans_commit.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/btree_update.c:4:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_iter.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_write_buffer.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/buckets.c:10:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/btree_update_interior.c:10:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/move.h:7,
                 from fs/bcachefs/chardev.c:10:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/dirent.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/debug.c:12:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/error.c:3:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/extent_update.c:3:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/disk_accounting.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/data_update.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/fs-common.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/str_hash.h:5,
                 from fs/bcachefs/dirent.h:5,
                 from fs/bcachefs/fs-ioctl.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/ec.c:8:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/str_hash.h:5,
                 from fs/bcachefs/fs.h:7,
                 from fs/bcachefs/fs-io-direct.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/io_misc.c:9:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/fs-io.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/fs.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/fs-io-pagecache.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/inode.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/str_hash.h:5,
                 from fs/bcachefs/fs.h:7,
                 from fs/bcachefs/fs-io.h:8,
                 from fs/bcachefs/fs-io-buffered.c:7:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/extents.c:13:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/io_read.c:12:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/logged_ops.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/io_write.c:11:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/journal_reclaim.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/journal.c:12:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/lru.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/migrate.c:8:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/movinggc.c:11:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/journal_io.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/fsck.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/move.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/quota.c:3:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/rebalance.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/backpointers.h:6,
                 from fs/bcachefs/recovery_passes.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/recovery.c:8:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_update_interior.h:6,
                 from fs/bcachefs/sb-clean.c:4:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/reflink.c:4:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/subvolume.c:5:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/xattr.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_update_interior.h:6,
                 from fs/bcachefs/super.c:19:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_locking.h:13,
                 from fs/bcachefs/btree_io.h:7,
                 from fs/bcachefs/sysfs.c:16:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/btree_update.h:5,
                 from fs/bcachefs/snapshot.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~
In file included from fs/bcachefs/trace.c:6:
fs/bcachefs/btree_iter.h: In function '__btree_path_put':
fs/bcachefs/btree_iter.h:39:18: warning: unused variable 'idx' [-Wunused-variable]
   39 |         unsigned idx = path - trans->paths;
      |                  ^~~

Introduced by commit

  9e1156881fbc ("bcachefs: Btree path tracepoints")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2025-02-04  3:12 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2025-02-04  3:12 UTC (permalink / raw)
  To: Kent Overstreet; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/bcachefs/SubmittingPatches.rst: WARNING: document isn't included in any toctree

Introduced by commit

  444c005babe3 ("bcachefs docs: SubmittingPatches.rst")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2025-02-21  5:17 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2025-02-21  5:17 UTC (permalink / raw)
  To: Kent Overstreet
  Cc: Joshua Ashton, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/bcachefs/casefolding.rst: WARNING: document isn't included in any toctree

Introduced by commit

  bc5cc09246c5 ("bcachefs: bcachefs_metadata_version_casefolding")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2025-02-21  5:19 Stephen Rothwell
  2025-02-21  5:21 ` Stephen Rothwell
  0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2025-02-21  5:19 UTC (permalink / raw)
  To: Kent Overstreet
  Cc: Joshua Ashton, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/bcachefs/casefolding.rst:84: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]

Introduced by commit

  bc5cc09246c5 ("bcachefs: bcachefs_metadata_version_casefolding")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: linux-next: build warning after merge of the bcachefs tree
  2025-02-21  5:19 Stephen Rothwell
@ 2025-02-21  5:21 ` Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2025-02-21  5:21 UTC (permalink / raw)
  To: Kent Overstreet
  Cc: Joshua Ashton, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

Hi all,

On Fri, 21 Feb 2025 16:19:11 +1100 Stephen Rothwell <sfr@canb•auug.org.au> wrote:
>
> After merging the bcachefs tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> Documentation/filesystems/bcachefs/casefolding.rst:84: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]
> 
> Introduced by commit
> 
>   bc5cc09246c5 ("bcachefs: bcachefs_metadata_version_casefolding")

Also:

Documentation/filesystems/bcachefs/casefolding.rst:36: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
Documentation/filesystems/bcachefs/casefolding.rst:75: WARNING: Title underline too short.

dentry/dcache considerations
--------- [docutils]

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* linux-next: build warning after merge of the bcachefs tree
@ 2025-04-17  6:28 Stephen Rothwell
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2025-04-17  6:28 UTC (permalink / raw)
  To: Kent Overstreet; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

Hi all,

After merging the bcachefs tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/filesystems/bcachefs/future/idle_work.rst:75: ERROR: Unexpected indentation. [docutils]
Documentation/filesystems/bcachefs/future/idle_work.rst:76: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]

Introduced by commit

  b2dcbe2613ad ("docs: bcachefs: idle work scheduling design doc")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-17  6:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-26 22:46 linux-next: build warning after merge of the bcachefs tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2025-04-17  6:28 Stephen Rothwell
2025-02-21  5:19 Stephen Rothwell
2025-02-21  5:21 ` Stephen Rothwell
2025-02-21  5:17 Stephen Rothwell
2025-02-04  3:12 Stephen Rothwell
2024-07-18  5:46 Stephen Rothwell
2024-05-01  5:16 Stephen Rothwell
2024-02-26  6:46 Stephen Rothwell
2024-01-17  2:28 Stephen Rothwell
2023-09-12  5:02 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox