X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Faio.c;h=7a9c7a12a97767610bd425f336b6a15ba1f78b2a;hb=c55ad184b24d5cb8408259bf34d293d3b1a2b240;hp=6b523da1e65ef7324f7b911c4abb399b48d94f55;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/aio.c b/fs/aio.c index 6b523da1e..7a9c7a12a 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -564,7 +564,7 @@ struct kioctx *lookup_ioctx(unsigned long ctx_id) * (Note: this routine is intended to be called only * from a kernel thread context) */ -void use_mm(struct mm_struct *mm) +static void use_mm(struct mm_struct *mm) { struct mm_struct *active_mm; struct task_struct *tsk = current;