cvs commit: src/lib/libstand splitfs.c

John Baldwin jhb at FreeBSD.org
Thu Jan 15 10:38:18 PST 2004


jhb         2004/01/15 10:38:15 PST

  FreeBSD src repository

  Modified files:
    lib/libstand         splitfs.c 
  Log:
  - Move the code to try to open a single chunk file and prompt for the
    associated floppy if needed into a static split_openfile() function.
  - Use this function in splitfs_open() to open the first chunk rather
    than using open() directly.  This allows the first chunk to be located
    on a different disk than the actual foo.split file.
  
  Revision  Changes    Path
  1.5       +31 -12    src/lib/libstand/splitfs.c


More information about the cvs-src mailing list