home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / patches / posix-ext / SERIES < prev   
Text File  |  2008-01-07  |  1KB  |  25 lines

  1. Apply the patches to a vanilla 2.6.16 kernel in the following order
  2.  
  3. a) posix-extensions-cvs.patch : This implements the sys call stubs for
  4.    openg/openfh and the VFS hooks for file system specific implementations.
  5.  
  6. b) posix-statlite.patch : This implements the sys call stubs for the statlite()
  7.    family of system calls and the VFS hooks for file system specific
  8.    implementations.
  9.  
  10. c) posix-statlite-x86_64.patch : Bug fix/build fix patch for the x86-64 machine.
  11.  
  12. d) posix-direntplus.patch: This implements the sys call stubs for the
  13.    readdir_plus() family of system calls and the corresponding VFS hooks for FS
  14.    specific implementations.
  15.  
  16. e) posix-readwritex.patch: Implements the sys call stubs for the readx/writex
  17.    family of system calls and the corresponding VFS hooks for FS specific
  18.    implementations.
  19.  
  20. f) posix-statlite-fix.patch: Bug fix for the statlite system call.
  21.  
  22. g) posix-direntplus-lite.patch: Implements the syscall stubs for the
  23.    readdir_plus_lite() family of system calls and the corresponding VFS hooks
  24.    for FS specific implementations.
  25.