Searched hist:b5a6e5fe (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.cdiff b5a6e5fe Thu Aug 12 10:49:03 MDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the pointer passed to btree set_root functions const

The pointer passed to each per-AG btree type's ->set_root function isn't
supposed to be modified (that function sets an external pointer to the
root block) so mark them const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_refcount_btree.cdiff b5a6e5fe Thu Aug 12 10:49:03 MDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the pointer passed to btree set_root functions const

The pointer passed to each per-AG btree type's ->set_root function isn't
supposed to be modified (that function sets an external pointer to the
root block) so mark them const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_ialloc_btree.cdiff b5a6e5fe Thu Aug 12 10:49:03 MDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the pointer passed to btree set_root functions const

The pointer passed to each per-AG btree type's ->set_root function isn't
supposed to be modified (that function sets an external pointer to the
root block) so mark them const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_alloc_btree.cdiff b5a6e5fe Thu Aug 12 10:49:03 MDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the pointer passed to btree set_root functions const

The pointer passed to each per-AG btree type's ->set_root function isn't
supposed to be modified (that function sets an external pointer to the
root block) so mark them const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_rmap_btree.cdiff b5a6e5fe Thu Aug 12 10:49:03 MDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the pointer passed to btree set_root functions const

The pointer passed to each per-AG btree type's ->set_root function isn't
supposed to be modified (that function sets an external pointer to the
root block) so mark them const.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_btree.hdiff b5a6e5fe Thu Aug 12 10:49:03 MDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: make the pointer passed to btree set_root functions const

The pointer passed to each per-AG btree type's ->set_root function isn't
supposed to be modified (that function sets an external pointer to the
root block) so mark them const.

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

Completed in 325 milliseconds