diff options
author | Tejun Heo <tj@kernel.org> | 2010-05-15 20:09:27 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-05-21 20:01:02 +0200 |
commit | fa4b9074cd8428958c2adf9dc0c831f46e27c193 (patch) | |
tree | 752103db616696fd7ba3374948fac9ebdf462d9e /fs/partitions/check.c | |
parent | block: remove all rcu head initializations (diff) | |
download | linux-fa4b9074cd8428958c2adf9dc0c831f46e27c193.tar.xz linux-fa4b9074cd8428958c2adf9dc0c831f46e27c193.zip |
buffer: make invalidate_bdev() drain all percpu LRU add caches
invalidate_bdev() should release all page cache pages which are clean
and not being used; however, if some pages are still in the percpu LRU
add caches on other cpus, those pages are considered in used and don't
get released. Fix it by calling lru_add_drain_all() before trying to
invalidate pages.
This problem was discovered while testing block automatic native
capacity unlocking. Null pages which were read before automatic
unlocking didn't get released by invalidate_bdev() and ended up
interfering with partition scan after unlocking.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'fs/partitions/check.c')
0 files changed, 0 insertions, 0 deletions