Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2009 12:33:02 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/udf udf_vnops.c
Message-ID:  <200902261233.n1QCXCoL059744@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2009-02-26 12:33:02 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/udf           udf_vnops.c 
  Log:
  SVN rev 189067 on 2009-02-26 12:33:02Z by avg
  
  udf_strategy: tiny optimization of logic, calculations; extra diagnostics
  
  Use bit-shift instead of division/multiplication.
  Act on error as soon as it is detected.
  Report attempt to read data embedded in file entry via regular way.
  While there, fix lblktosize macro and make use of it.
  
  No functionality should change as a result.
  
  Approved by: jhb (mentor)
  
  Revision  Changes    Path
  1.79      +11 -14    src/sys/fs/udf/udf_vnops.c



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