summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_softdep_stub.c
AgeCommit message (Collapse)Author
1999-12-05Integrate the latest soft updates code.Artur Grabowski
From mckusick@mckusick.com.
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller
http://www.ece.cmu.edu/~ganger/papers/CSE-TR-254-95/ This code currently has a restrictive copyright (for the time being) and so is not enabled by default; "option FFS_SOFTUPDATES" will enable it. Note that you will need to re-run config(8) as the old softdep stubs have moved to ffs_softdep_stub.c.