diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
commit | c9c06167e7933d93a6e396174c68abf242294abb (patch) | |
tree | d9a8bb30663e9a3405a1ef37ffb62bc14b9f019f /fs/file.c | |
parent | f79e8cc3c34e4192a3e5ef4cc9c6542fdef703c0 (diff) |
Merge with Linux 2.4.0-test12.
Diffstat (limited to 'fs/file.c')
-rw-r--r-- | fs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ /* - * Allocate an fd array, using __get_free_page() if possible. + * Allocate an fd array, using kmalloc or vmalloc. * Note: the array isn't cleared at allocation time. */ struct file ** alloc_fd_array(int num) @@ -125,7 +125,7 @@ out: } /* - * Allocate an fdset array, using __get_free_page() if possible. + * Allocate an fdset array, using kmalloc or vmalloc. * Note: the array isn't cleared at allocation time. */ fd_set * alloc_fdset(int num) |