CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/02/27 02:10:31
Modified files:
sys/isofs/cd9660: cd9660_node.c
sys/msdosfs : msdosfs_denode.c msdosfs_vnops.c
sys/ntfs : ntfs_subr.c ntfs_subr.h ntfs_vfsops.c
ntfs_vfsops.h ntfs_vnops.c
sys/ufs/ext2fs : ext2fs_inode.c ext2fs_vnops.c
sys/ufs/ffs : ffs_vnops.c
sys/ufs/ufs : ufs_extern.h ufs_inode.c ufs_vnops.c
Log 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@