file descriptors once again

Andi Gutmans (andi@actcom.co.il)
Tue, 26 Nov 1996 01:12:09 +0200 (EET)


Hey,

Sorry to ask this question again. It's been asked tons of times and I just
forgot the answer.
I need to allow 1024 file descriptors for my kernel per proccess.
How do I do it?
/usr/src/linux/include/linux/limits.h
do I need to make NR_OPEN 1024
and OPEN_MAX 1024?
or do i only need to change one of them?
How about in head.h desc_table[256] do i need to change that too?

Thanks,

Andi