Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
Stephen M. Rumble wrote:
> Module Name: src
> Committed By: rumble
> Date: Sat Jun 28 01:34:06 UTC 2008
>
> Modified Files:
> src/sys/fs/adosfs: adosfs.h advfsops.c
> src/sys/fs/cd9660: cd9660_extern.h cd9660_vfsops.c
> src/sys/fs/filecorefs: filecore_extern.h filecore_vfsops.c
> src/sys/fs/msdosfs: msdosfs_vfsops.c msdosfsmount.h
> src/sys/fs/ntfs: ntfs_vfsops.c ntfs_vfsops.h
> src/sys/fs/ptyfs: ptyfs.h ptyfs_vfsops.c
> src/sys/fs/smbfs: smbfs_subr.h smbfs_vfsops.c
> src/sys/fs/udf: udf.h udf_vfsops.c
> src/sys/fs/union: union.h union_vfsops.c
> src/sys/fs/unionfs: unionfs.h unionfs_vfsops.c
> src/sys/miscfs/fdesc: fdesc.h fdesc_vfsops.c
> src/sys/miscfs/kernfs: kernfs.h kernfs_vfsops.c
> src/sys/miscfs/nullfs: null.h
> src/sys/miscfs/overlay: overlay.h overlay_vfsops.c
> src/sys/miscfs/portal: portal.h portal_vfsops.c
> src/sys/miscfs/procfs: procfs.h procfs_vfsops.c
> src/sys/miscfs/umapfs: umap.h umap_vfsops.c
> src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_vfsops.c
> src/sys/ufs/ffs: ffs_extern.h ffs_vfsops.c
> src/sys/ufs/lfs: lfs_extern.h lfs_vfsops.c
> src/sys/ufs/mfs: mfs_extern.h mfs_vfsops.c
> src/sys/ufs/ufs: ufs_dirhash.c
>
> Log Message:
> Create sysctl entries during module initialisation and destroy them
> appropriately.
>
> Many of these file systems are now ready for modularisation.
Hi Stephen,
Please can you fix the fallout in sys/lkm/vfs? They look to follow the
same pattern and used an LKM version of the SYSCTL_SETUP macro to
provide a hook for setting up sysctls.
This can be easily tested by using build.sh, as the lkms fail to build.
Thanks,
Chris
Home |
Main Index |
Thread Index |
Old Index