X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fmmap.c;h=ca54d36d203ae4c598b53d4bb9b2df75e2d00e92;hb=73f25536f27182ae3dcf4c0b91b1280cbbac7be3;hp=aa9de981b6596c4704936fe61880115d40873af0;hpb=0cc2ea8cebe909203f994e9113dc1f1b3907d03c;p=linux-2.6-microblaze.git diff --git a/mm/mmap.c b/mm/mmap.c index aa9de981b659..ca54d36d203a 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -1352,9 +1352,8 @@ static inline unsigned long round_hint_to_min(unsigned long hint) return hint; } -static inline int mlock_future_check(struct mm_struct *mm, - unsigned long flags, - unsigned long len) +int mlock_future_check(struct mm_struct *mm, unsigned long flags, + unsigned long len) { unsigned long locked, lock_limit;