Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 13:07:25 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_extattr.c
Message-ID:  <200101072107.f07L7Ps13036@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/01/07 13:07:25 PST

  Modified files:
    sys/ufs/ufs          ufs_extattr.c 
  Log:
  o Remove unnecessary sanity check involving requested offset of extended
    attribute read--the offset is required to be 0 by an earlier check,
    meaning that it will always be within the scope of the attribute data.
    This change should have no impact on executed code paths other than
    removing the unnecessary check: please report if any new failures
    start to occur as a result.
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.16      +1 -6      src/sys/ufs/ufs/ufs_extattr.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101072107.f07L7Ps13036>