commit | 1d4b1a99bacc59767269d87f66c4df062e52f819 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu May 25 11:03:50 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Jun 15 11:34:34 2023 -0700 |
tree | ee6d950da9e15ec48b7dd8c99788c2d72b2b6805 | |
parent | abf58abf5970e00138c289f3cfd4383c09f3cbb9 [diff] |
Subject: [PATCH] xfs: fix xfs_btree_query_range callers to initialize btree rec fully Use struct initializers to ensure that the xfs_btree_irecs passed into the query_range function are completely initialized. No functional changes, just closing some sloppy hygiene. Signed-off-by: Darrick J. Wong <djwong@kernel.org>