DragonFly commits List (threaded) for 2008-05
DragonFly BSD
DragonFly commits List (threaded) for 2008-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/hammer hammer_ioctl.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 11 May 2008 14:45:44 -0700 (PDT)

dillon      2008/05/11 14:45:44 PDT

DragonFly src repository

  Modified files:
    sys/vfs/hammer       hammer_ioctl.c 
  Log:
  HAMMER 42D/Many: Stabilization.
  
  * Fix a bug in the pruning code.  When iterating backwards and we delete
    an entry, the next iteration must skip the current cursor position which,
    due to the deletion, may be pointing to a record we have already scanned
    or may be pointing beyond our range.  If it is pointing beyond our range
    an assertion will occur.
  
  Revision  Changes    Path
  1.15      +7 -0      src/sys/vfs/hammer/hammer_ioctl.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_ioctl.c.diff?r1=1.14&r2=1.15&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]