Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2004 10:38:15 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libstand splitfs.c
Message-ID:  <200401151838.i0FIcFL3035437@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401151838.i0FIcFL3035437>