]> Git Repo - linux.git/commit
btrfs: constify more pointer parameters
authorDavid Sterba <[email protected]>
Wed, 26 Jun 2024 21:39:11 +0000 (23:39 +0200)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:22 +0000 (16:51 +0200)
commitca283ea9920ac20ae23ed398b693db3121045019
treeae7dcc674f4d37136aa9bf1acb64b620dbbbe400
parent070969f17d82e4220f5800ea63139e513cdb17fd
btrfs: constify more pointer parameters

Continue adding const to parameters.  This is for clarity and minor
addition to safety. There are some minor effects, in the assembly code
and .ko measured on release config.

Signed-off-by: David Sterba <[email protected]>
19 files changed:
fs/btrfs/backref.c
fs/btrfs/block-group.c
fs/btrfs/block-group.h
fs/btrfs/block-rsv.c
fs/btrfs/block-rsv.h
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/discard.c
fs/btrfs/file-item.c
fs/btrfs/file-item.h
fs/btrfs/inode-item.c
fs/btrfs/inode-item.h
fs/btrfs/space-info.c
fs/btrfs/space-info.h
fs/btrfs/tree-mod-log.c
fs/btrfs/tree-mod-log.h
fs/btrfs/zoned.c
fs/btrfs/zoned.h
include/trace/events/btrfs.h
This page took 0.049547 seconds and 4 git commands to generate.