X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Ffork.c;h=05e0b6f4365bfc5fca5ef1cabd400c3894c013e3;hb=71e1b4abdc39b61e4cb73ef74df68ab397e25378;hp=314f5101d2b0e5f864f22fce25c4255c7305f789;hpb=f4798748dee00c807a63f5518f08b3df161e0f6d;p=linux-2.6 diff --git a/kernel/fork.c b/kernel/fork.c index 314f5101d2..05e0b6f436 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -393,6 +393,7 @@ void fastcall __mmdrop(struct mm_struct *mm) destroy_context(mm); free_mm(mm); } +EXPORT_SYMBOL_GPL(__mmdrop); /* * Decrement the use count and release all resources for an mm.