cvs commit: src/sys/kern vfs_syscalls.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Sep 1 10:11:50 UTC 2008


pjd         2008-09-01 10:11:39 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  SVN rev 182596 on 2008-09-01 10:11:39Z by pjd
  
  When setting error to EINVAL in 'fvp == tdvp' case, jump to out label,
  because if not, the error will be later overwritten by
  mac_vnode_check_rename_to() call.
  
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.457     +3 -1      src/sys/kern/vfs_syscalls.c


More information about the cvs-all mailing list