fuser does not list id of processes that have a file

Ed Schouten ed at nuxi.nl
Tue Oct 16 15:17:29 UTC 2018


Hi there,

Op di 16 okt. 2018 om 15:05 schreef Mateusz Guzik <mjguzik at gmail.com>:
>  struct reqfile {
> -       uint32_t        fsid;
> +       uint64_t        fsid;
>         uint64_t        fileid;

Considering that these are based on sb.st_{ino,dev}, maybe better to
use the occasion to switch these fields to dev_t and ino_t?

-- 
Ed Schouten <ed at nuxi.nl>


More information about the freebsd-current mailing list