hi all ,
what is the maximum number of vfs inodes objects that can be issued .
my understanding is :
when a process requests a inode object the inode object is issued from a static table , whose size is is configured when kernel is built . if the maximium limit is reached then no more vfs inode objects can be issued to any process untill some become free.
Am i correct ?
if yes :
then If i need more vfs inodes to than this max limit , what do i do. where can i find in the source code the declaration this static table of inodes .
if not : tell me the real thing .
thanks
pankaj