Home | History | Annotate | Download | only in lfs
History log of /src/sys/ufs/lfs/ulfs_snapshot.c
RevisionDateAuthorComments
 1.4  05-Sep-2020  riastradh Round of uvm.h cleanup.

The poorly named uvm.h is generally supposed to be for uvm-internal
users only.

- Narrow it to files that actually need it -- mostly files that need
to query whether curlwp is the pagedaemon, which should maybe be
exposed by an external header.

- Use uvm_extern.h where feasible and uvm_*.h for things not exposed
by it. We should split up uvm_extern.h but this will serve for now
to reduce the uvm.h dependencies.

- Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use
UVMHIST(ubchist), since ubchist is declared in uvm.h but the
reference evaporates if UVMHIST is not defined, so we reduce header
file dependencies.

- Make uvm_device.h and uvm_swap.h independently includable while
here.

ok chs@
 1.3  14-Nov-2015  pgoyette Remove historic references to wapbl.
 1.2  08-Jun-2013  dholland branches: 1.2.2; 1.2.10; 1.2.14;
There is no WAPBL in LFS.
 1.1  06-Jun-2013  dholland 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.
 1.2.14.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.2.10.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.10.1  08-Jun-2013  yamt file ulfs_snapshot.c was added on branch yamt-pagecache on 2014-05-22 11:41:19 +0000
 1.2.2.3  03-Dec-2017  jdolecek update from HEAD
 1.2.2.2  23-Jun-2013  tls resync from head
 1.2.2.1  08-Jun-2013  tls file ulfs_snapshot.c was added on branch tls-maxphys on 2013-06-23 06:18:39 +0000

RSS XML Feed