commit | 6d0798e8f1e623a69a00f30db437e0342995f6a3 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Sep 19 08:50:31 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Oct 09 16:28:56 2024 -0700 |
tree | 4f43a1106b8041e4a54c08b4ace2d797766c0ce4 | |
parent | c465e5b2bb29e21b31d7c016beb651cc272a33e3 [diff] |
misc: clean up code around attr_list_by_handle calls Reduce stack usage of the attr_list_by_handle calls by allocating the buffers dynamically. Remove some redundant bits while we're at it. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>