1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/fs
Nate Lawson 5187d555a5 Fix these warns where sizeof(int) != sizeof(void *)
/h/des/src/sys/coda/coda_venus.c: In function `venus_ioctl':
/h/des/src/sys/coda/coda_venus.c:277: warning: cast from pointer to integer of
different size
/h/des/src/sys/coda/coda_venus.c:292: warning: cast from pointer to integer of
different size
/h/des/src/sys/coda/coda_venus.c: In function `venus_readlink':
/h/des/src/sys/coda/coda_venus.c:380: warning: cast from pointer to integer of
different size
/h/des/src/sys/coda/coda_venus.c: In function `venus_readdir':
/h/des/src/sys/coda/coda_venus.c:637: warning: cast from pointer to integer of
different size

Submitted by:	des-alpha-tinderbox
2002-09-26 06:19:31 +00:00
..
cd9660 - Use vrefcnt() instead of v_usecount. 2002-09-25 02:42:43 +00:00
coda Fix these warns where sizeof(int) != sizeof(void *) 2002-09-26 06:19:31 +00:00
deadfs Remove any VOP_PRINT that redundantly prints the tag. 2002-09-18 20:42:04 +00:00
devfs Remove any VOP_PRINT that redundantly prints the tag. 2002-09-18 20:42:04 +00:00
fdescfs Remove any VOP_PRINT that redundantly prints the tag. 2002-09-18 20:42:04 +00:00
fifofs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
hpfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
msdosfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
ntfs Fix the problem introduced by vop_stdbmap() usage. The NTFS does not 2002-09-25 23:55:06 +00:00
nullfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
nwfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
portalfs Remove any VOP_PRINT that redundantly prints the tag. 2002-09-18 20:42:04 +00:00
procfs Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
pseudofs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
smbfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
specfs - Fix a botch in previous commit; oldvp should not be unconditionally 2002-09-26 02:54:30 +00:00
udf use __packed. 2002-09-23 18:54:32 +00:00
umapfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
unionfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00