Edit

IABSD.fr/src/sys/ntfs

Branch :

  • Show log

    Commit

  • Author : mpi
    Date : 2020-02-27 09:10:31
    Hash : db7aa982
    Message : Remove unused "struct proc *" argument from the following functions: - ufs_chown() & ufs_chmod() - ufs_reclaim() - ext2fs_chown() & ext2fs_chmod() - ntfs_ntget() & ntfs_ntput() - ntfs_vgetex(), ntfs_ntlookup() & ntfs_ntlookupfile() While here use `ap->a_p' directly when it is only required to re-enter the VFS layer in order to help reducing the loop. ok visa@