Edit

IABSD.fr/src/sys/ntfs

Branch :

  • Show log

    Commit

  • Author : semarie
    Date : 2021-10-15 06:30:06
    Hash : 413a7ab5
    Message : vnode: remove vop_generic_{,is,un}lock stub functions These functions are only stubs (returning 0). Replace them with nullop function (same behaviour). There is no intented behaviour changes. While here, reorder some vop_islocked member in structs to be next others vop_{,un}lock members. ok visa@