> David Laight <david%l8s.co.uk@localhost> writes:
> > For FFSv2 the kernel initialiases most of the inodes - I think it always
> > uses randomndi_igen.
>
> What's the source of that randomness?
it was crappy random(9). i fixed it to use arc4random(9).
itojun