X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fvmacache.c;h=01a6e6688ec1fbb8b30e0025e4fab1374664ed9d;hb=5e857ce6eae7ca21b2055cca4885545e29228fe2;hp=cdc32a3b02fa0d7efc9d874b6cb6a26d82bf24c1;hpb=1d51b4b1d3f2db0d6d144175e31a84e472fbd99a;p=linux-2.6-microblaze.git diff --git a/mm/vmacache.c b/mm/vmacache.c index cdc32a3b02fa..01a6e6688ec1 100644 --- a/mm/vmacache.c +++ b/mm/vmacache.c @@ -6,7 +6,6 @@ #include #include #include -#include /* * Hash based on the pmd of addr if configured with MMU, which provides a good @@ -25,8 +24,8 @@ * task's vmacache pertains to a different mm (ie, its own). There is * nothing we can do here. * - * Also handle the case where a kernel thread has adopted this mm via use_mm(). - * That kernel thread's vmacache is not applicable to this mm. + * Also handle the case where a kernel thread has adopted this mm via + * kthread_use_mm(). That kernel thread's vmacache is not applicable to this mm. */ static inline bool vmacache_valid_mm(struct mm_struct *mm) {