X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fmmap.c;h=ca54d36d203ae4c598b53d4bb9b2df75e2d00e92;hb=e99314a340d27efafab3b7ea226beb239162cd46;hp=aa9de981b6596c4704936fe61880115d40873af0;hpb=da85e7ed6993144a9ca43a1106c7f898626390a3;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;