cvs commit: src/sys/ufs/ufs ufs_extattr.c

Robert Watson rwatson at FreeBSD.org
Sat Oct 15 11:32:59 PDT 2005


rwatson     2005-10-15 18:32:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/ufs/ufs          ufs_extattr.c 
  Log:
  Merge ufs_extattr.c:1.82 from HEAD to RELENG_6:
  
    When performing a VOP_LOOKUP() as part of UFS1 extended attribute
    auto-start, set cnp.cn_lkflags to LK_EXCLUSIVE.  This flag must now
    be set so that lockmgr knows what kind of lock to acquire, and it
    will panic if not specified.  This resulted in a panic when using
    extended attributes on UFS1 as of locking work present in the 6.x
    branch.
  
    This is a RELENG_6_0 merge candidate.
  
    Reported by:    lofi
  
  Approved by:    re (kensmith)
  MFC after:      1 day
  
  Revision  Changes    Path
  1.81.2.1  +1 -0      src/sys/ufs/ufs/ufs_extattr.c


More information about the cvs-src mailing list