JFS: remove racy, redundant call to block_invalidatepage
__invalidate_metapages references mp->page after after releasing the meta_lock spinlock, without increasing the use count. This is racy and unnecessary since setting the META_discard flag is sufficient. block_invalidatepage() will be called when the metapage is released.
Showing
Please register or sign in to comment