mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
1b8ddbeeb9
invalidate_inode_page() is the only caller of invalidate_complete_page() and inlining it reveals that the first check is unnecessary (because we hold the page locked, and we just retrieved the mapping from the page). Actually, it does make a difference, in that tail pages no longer fail at this check, so it's now possible to remove a tail page from a mapping. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: John Hubbard <jhubbard@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> |
||
---|---|---|
.. | ||
core.c | ||
futex.h | ||
Makefile | ||
pi.c | ||
requeue.c | ||
syscalls.c | ||
waitwake.c |