CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2013/04/15 09:32:19

Modified files:
        sys/isofs/cd9660: cd9660_vfsops.c 
        sys/isofs/udf  : udf_vfsops.c 
        sys/kern       : vfs_subr.c syscalls.master vfs_syscalls.c 
                         syscalls.conf 
        sys/miscfs/procfs: procfs_vfsops.c 
        sys/msdosfs    : msdosfs_vfsops.c 
        sys/nfs        : nfs_vfsops.c 
        sys/ntfs       : ntfs_vfsops.c 
        sys/sys        : mount.h 
        sys/ufs/ext2fs : ext2fs_vfsops.c 
        sys/ufs/ffs    : ffs_vfsops.c 
        sys/ufs/mfs    : mfs_vfsops.c 
        sys/conf       : GENERIC 

Log message:
Add an f_mntfromspec member to struct statfs, which specifies the name of
the special provided when the mount was requested. This may be the same as
the special that was actually used for the mount (e.g. in the case of a
device node) or it may be different (e.g. in the case of a DUID).

Whilst here, change f_ctime to a 64 bit type and remove the pointless
f_spare members.

Compatibility goo courtesy of guenther@

ok krw@ millert@

Reply via email to