+163
−195
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
By using read_cache_page() for individual pages during pwrite/pread we
can eliminate an unnecessary large allocation (and immediate free) of
obj->pages. Also this eliminates any potential nesting of get/put pages,
simplifying the code and preparing the path for greater things.
Signed-off-by:
Chris Wilson <chris@chris-wilson.co.uk>