Source-Changes archive

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

CVS commit: src/sys/ufs



Module Name:    src
Committed By:   dholland
Date:           Thu Jun  6 00:50:52 UTC 2013

Modified Files:
        src/sys/ufs: files.ufs
        src/sys/ufs/lfs: ulfs_extern.h ulfs_lookup.c
Added Files:
        src/sys/ufs/lfs: ulfs_snapshot.c

Log Message:
Apparently we also need to cut and paste ffs_snapgone() in order to be
able to link the ufs code.

Instead of actually cutting and pasting it (as it depends on ffs-only
things) implement it as panic. Probably we'll be able to demonstrate
later that it's unreachable.

XXX: Someone should add snapgone to struct ufs_ops in ufs/ufsmount.h,
XXX: and fix ufs/ufs_lookup.c to not hardwire ffs.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/ufs/files.ufs
cvs rdiff -u -r1.3 -r1.4 src/sys/ufs/lfs/ulfs_extern.h
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/lfs/ulfs_lookup.c
cvs rdiff -u -r0 -r1.1 src/sys/ufs/lfs/ulfs_snapshot.c

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