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:   pooka
Date:           Tue Mar  2 15:18:22 UTC 2010

Modified Files:
        src/sys/ufs: files.ufs
        src/sys/ufs/ufs: ufs_lookup.c

Log Message:
Remove last #ifdef FFS.  Do this by making lfs include ffs.
Could use UFS_OPS, but:

  1) the lfs kernel module depends on full ffs already anway
  2) lfs is being split from ufs, so this will automatically
     go away soon
  3) chances of anyone wanting an lfs-only kernel are pretty slim
  4) i'm too lazy to figure out how to test ffs_snapgone() is
     still called properly if I change the call ;)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/ufs/files.ufs
cvs rdiff -u -r1.103 -r1.104 src/sys/ufs/ufs/ufs_lookup.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