Skip to content
  • mckusick's avatar
    Refactoring of reading and writing of the UFS/FFS superblock. · f5e73a2c
    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
    f5e73a2c