• Mark Fortescue's avatar
    Add in SunOS 4.1.x compatible mode for UFS · 252e211e
    Mark Fortescue authored
    Add in support for SunOS 4.1.x flavor of BSD 4.2 UFS filing system Macros have
    been put in to alow suport for the old static table Cylinder Groups but this
    implementation does not use them yet.
    
    This also fixes Solaris UFS filing system access by disabling fast symbolic
    links as Sun's version of UFS does not support on-disk fast symbolic links.
    
    Tested by:
      Ppartitioning a new disk using SunOS 4.1.1, creating a UFS filing system on
      one of the partitions and writing some files to the filing system.
      Using Linux-2.6.22 (patched) to read the files and then write a shed load of
      files to the UFS partition.
      Using SunOS 4.1.1 to verify the filing system is OK and to check the files.
    The test host is a sun4c SS1 Clone.
    
    [akpm@linux-foundation.org: coding style fixes]
    [adobriyan@gmail.com: fix oops]
    Signed-off-by: default avatarMark Fortescue <mark@mtfhpc.demon.co.uk>
    Cc: Evgeniy Dushistov <dushistov@mail.ru>
    Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    252e211e
util.h 16.5 KB