Skip to content
Snippets Groups Projects
  1. Oct 10, 2013
    • Avi Kivity's avatar
      vfs: fix flags conversion on open() · 823abc56
      Avi Kivity authored
      
      The vfs converts the read/write flags from 0/1/2 (read-only/write-only/rw) to
      bit fields which are more easily testable.  But in doing so it corrupts the
      other flags.
      
      Fix FFLAGS and OFLAGS to preserve those other flags.  The test for a file
      that is not readable or writable is dropped, since it is impossible to fail.
      
      Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
      823abc56
  2. Oct 09, 2013
  3. Oct 08, 2013
  4. Oct 07, 2013
  5. Oct 06, 2013
  6. Oct 05, 2013
  7. Oct 04, 2013
  8. Oct 03, 2013
Loading