Skip to content
Commit 87d8a74b authored by Jan Kara's avatar Jan Kara Committed by Theodore Ts'o
Browse files

ext4: fix setting of referenced bit in ext4_es_lookup_extent()



We were setting referenced bit on the extent structure we return from
ext4_es_lookup_extent() which is just a private structure on stack. Thus
setting had no effect. Set the bit in the structure in the status tree
instead.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 600be30a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment