Hmm...I'll drop this and add force_empty_may_fail logic in changes in force_empty.
In following series, force_empty() uses move_account() rather than forget all.
By this, accounted file caches are kept as accounted and the whole accounting
will be sane.
Another choice is calling try_to_free_pages() at force_empty rather than forget all
and makes memory usage to be Zero. This will also makes the whole accounting sange.
Thanks,
-Kame
--