]> Git Repo - linux.git/commit
btrfs: constify arguments of compare_inode_defrag()
authorDavid Sterba <[email protected]>
Tue, 27 Aug 2024 01:44:30 +0000 (03:44 +0200)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:19 +0000 (16:51 +0200)
commitb7164d9ab03137dc47faa970e25e6507f3c57590
tree8992cc5cd726f0a34ac9034ce98b672f7e09dee6
parenta92914a80b137a447688d868274871f16ec152d5
btrfs: constify arguments of compare_inode_defrag()

A comparator function does not change its parameters, make them const.

Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/defrag.c
This page took 0.05346 seconds and 4 git commands to generate.