cvs commit: src/sys/compat/linux linux_file.c
    Konstantin Belousov 
    kib at FreeBSD.org
       
    Thu Jan 18 09:32:09 UTC 2007
    
    
  
kib         2007-01-18 09:32:09 UTC
  FreeBSD src repository
  Modified files:
    sys/compat/linux     linux_file.c 
  Log:
  Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags
  to open() [1].
  Improve locking for accessing session control structures [2].
  Try to document (most likely harmless) races in the code [3].
  
  Based on submission by: Intron (intron at intron ac) [1]
  Reviewed by:            jhb [2]
  Discussed with:         netchild, rwatson, jhb [3]
  
  Revision  Changes    Path
  1.100     +46 -17    src/sys/compat/linux/linux_file.c
    
    
More information about the cvs-all
mailing list