• Dave Kleikamp's avatar
    JFS: remove racy, redundant call to block_invalidatepage · bdf29b0a
    Dave Kleikamp authored
    __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.
    bdf29b0a
jfs_metapage.c 13 KB