===== fs/super.c 1.110 vs edited ===== --- 1.110/fs/super.c Sun Oct 5 01:07:55 2003 +++ edited/fs/super.c Wed Feb 11 11:56:02 2004 @@ -535,7 +535,8 @@ * filesystems which don't use real block-devices. -- jrs */ -enum {Max_anon = 256}; +/* you can raise this as high as 2^MINORBITS if you REALLY need more */ +enum {Max_anon = 65536}; static unsigned long unnamed_dev_in_use[Max_anon/(8*sizeof(unsigned long))]; static spinlock_t unnamed_dev_lock = SPIN_LOCK_UNLOCKED;/* protects the above */