freebsd-src/sys/ufs
Mateusz Guzik 7c31de1a3c ufs: stop doing refcount_init on made up creds
creds are not using the refcount API for a long time now, but this
previously failed to fail to compile because the type remained int.

Now it broke due to conversion to long.
2023-03-29 09:19:03 +00:00
..
ffs Improve chance of finding an alternate superblock in sbsearch(3). 2023-03-23 13:04:52 -07:00
ufs ufs: stop doing refcount_init on made up creds 2023-03-29 09:19:03 +00:00