Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   hannken
Date:           Wed May  6 15:57:08 UTC 2015

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/comp: mi
        src/external/cddl/osnet/sys/kern: vfs.c
        src/sys/coda: coda_psdev.c
        src/sys/fs/puffs: puffs_msgif.c
        src/sys/kern: files.kern init_main.c vfs_init.c vfs_mount.c vfs_subr.c
            vfs_syscalls.c vfs_trans.c
        src/sys/miscfs: Makefile
        src/sys/miscfs/genfs: genfs_io.c
        src/sys/rump/librump/rumpvfs: Makefile.rumpvfs rump_vfs.c
        src/sys/sys: fstypes.h mount.h vnode.h
Removed Files:
        src/sys/miscfs/syncfs: Makefile sync_subr.c sync_vnops.c syncfs.h

Log Message:
Remove miscfs/syncfs and

- move the syncer into kern/vfs_subr.c.

- change the syncer to process the mountlist and VFS_SYNC as appropriate.

- use an API for mount points similiar to the API for vnodes:
  - vfs_syncer_add_to_worklist(struct mount *mp) to add
  - vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount.

No objections on tech-kern@


To generate a diff of this commit:
cvs rdiff -u -r1.1102 -r1.1103 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1956 -r1.1957 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/sys/kern/vfs.c
cvs rdiff -u -r1.54 -r1.55 src/sys/coda/coda_psdev.c
cvs rdiff -u -r1.97 -r1.98 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/files.kern
cvs rdiff -u -r1.466 -r1.467 src/sys/kern/init_main.c
cvs rdiff -u -r1.47 -r1.48 src/sys/kern/vfs_init.c
cvs rdiff -u -r1.34 -r1.35 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.445 -r1.446 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.497 -r1.498 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.32 -r1.33 src/sys/kern/vfs_trans.c
cvs rdiff -u -r1.9 -r1.10 src/sys/miscfs/Makefile
cvs rdiff -u -r1.60 -r1.61 src/sys/miscfs/genfs/genfs_io.c
cvs rdiff -u -r1.1 -r0 src/sys/miscfs/syncfs/Makefile
cvs rdiff -u -r1.50 -r0 src/sys/miscfs/syncfs/sync_subr.c
cvs rdiff -u -r1.29 -r0 src/sys/miscfs/syncfs/sync_vnops.c
cvs rdiff -u -r1.12 -r0 src/sys/miscfs/syncfs/syncfs.h
cvs rdiff -u -r1.46 -r1.47 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
cvs rdiff -u -r1.81 -r1.82 src/sys/rump/librump/rumpvfs/rump_vfs.c
cvs rdiff -u -r1.32 -r1.33 src/sys/sys/fstypes.h
cvs rdiff -u -r1.216 -r1.217 src/sys/sys/mount.h
cvs rdiff -u -r1.254 -r1.255 src/sys/sys/vnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index