Home
last modified time | relevance | path

Searched hist:"8 e38dc88" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c8e38dc88 Tue Aug 10 19:02:17 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the keys and records passed to btree inorder functions const

The inorder functions are simple predicates, which means that they don't
modify the parameters. Mark them all const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_alloc_btree.c8e38dc88 Tue Aug 10 19:02:17 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the keys and records passed to btree inorder functions const

The inorder functions are simple predicates, which means that they don't
modify the parameters. Mark them all const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_rmap_btree.c8e38dc88 Tue Aug 10 19:02:17 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the keys and records passed to btree inorder functions const

The inorder functions are simple predicates, which means that they don't
modify the parameters. Mark them all const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_ialloc_btree.c8e38dc88 Tue Aug 10 19:02:17 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the keys and records passed to btree inorder functions const

The inorder functions are simple predicates, which means that they don't
modify the parameters. Mark them all const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_btree.h8e38dc88 Tue Aug 10 19:02:17 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the keys and records passed to btree inorder functions const

The inorder functions are simple predicates, which means that they don't
modify the parameters. Mark them all const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_bmap_btree.c8e38dc88 Tue Aug 10 19:02:17 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the keys and records passed to btree inorder functions const

The inorder functions are simple predicates, which means that they don't
modify the parameters. Mark them all const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>