K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-14T14:19:49.000000Z K 7 svn:log V 362 Don't try so hard to make the lower 16 bits of fsids unique. It tended to recycle full fsids after only 16 mount/unmount's. This is probably too often for exported fsids. Now we recycle the full fsids only after 2^16 mount/ umount's and only ensure uniqueness in the lower 16 bits if there have been <= 256 calls to vfs_getnewfsid() since the system started. END