cvs commit: src/sys/vfs/hammer hammer_ioctl.c
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Sun May 11 14:47:21 PDT 2008
    
    
  
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
    
    
More information about the Commits
mailing list