]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: update comment and drop assertion in extent item lookup in find_parent_nodes()
authorDavid Sterba <dsterba@suse.com>
Wed, 24 Jan 2024 21:29:46 +0000 (22:29 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Mar 2024 15:24:50 +0000 (16:24 +0100)
commit5b9579893a216de3f09018cbc9369a849a74bf41
tree19ec03c6e9bfe394b58de925340e5e483a957472
parentdbe6cda68f0e1be269e6509c8bf3d8d89089c1c4
btrfs: update comment and drop assertion in extent item lookup in find_parent_nodes()

Same comment was added to this type of error, unify that and drop the
assertion as we'd find out quickly that something is wrong after
returning -EUCLEAN.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c