Revision 22a341b43036415718f2d50f5f98b2f891fe17e9 authored by Jaegeuk Kim on 17 December 2022, 00:36:36 UTC, committed by Jaegeuk Kim on 03 January 2023, 16:59:06 UTC
Otherwise, __lookup_extent_tree() will override the given extent_info which will
be used by caller.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent ed27247
Raw File
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top