Skip to content
  • Kirk McKusick's avatar
    Refactoring of reading and writing of the UFS/FFS superblock. · dffce215
    Kirk McKusick authored
    Specifically reading is done if ffs_sbget() and writing is done
    in ffs_sbput(). These functions are exported to libufs via the
    sbget() and sbput() functions which then used in the various
    filesystem utilities. This work is in preparation for adding
    subperblock check hashes.
    
    No functional change intended.
    
    Reviewed by: kib
    dffce215