mmap: don't include MADV_FREE in fadvise_hint check
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Feb 2018 18:30:59 +0000 (11:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Feb 2018 18:30:59 +0000 (11:30 -0700)
This really should be based on invalidate, leave it as it was
for now.

Fixes: c712c97ab871 ("Let fadvise_hint also apply too mmap engine and madvise")
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found