From 546db14ee74118296f425f3b91634fb767d67290 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 27 Jan 2000 01:05:20 +0000 Subject: Merge with Linux 2.3.23. The new bootmem stuff has broken various platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. --- fs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fs/file.c') diff --git a/fs/file.c b/fs/file.c index fd33dc8b8..d62fb3ef3 100644 --- a/fs/file.c +++ b/fs/file.c @@ -16,7 +16,7 @@ /* - * Allocate an fd array, using get_free_page() if possible. + * Allocate an fd array, using __get_free_page() if possible. * Note: the array isn't cleared at allocation time. */ struct file ** alloc_fd_array(int num) @@ -129,7 +129,7 @@ out: } /* - * Allocate an fdset array, using get_free_page() if possible. + * Allocate an fdset array, using __get_free_page() if possible. * Note: the array isn't cleared at allocation time. */ fd_set * alloc_fdset(int num) -- cgit v1.2.3