git: DragonFly_RELEASE_5_2 kernel - Fix UFS bug on filesystem full conditions

Aaron LI aly at crater.dragonflybsd.org
Fri Mar 30 18:53:24 PDT 2018


commit 208f19ed126bc92b2ffa4334abd485a51ac9cc26
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Mar 29 22:12:35 2018 -0700

    kernel - Fix UFS bug on filesystem full conditions
    
    * UFS was not properly translating the lbn to a block offset
      when trying to back-out an indirect block allocation during
      a write() which fails due to lack of space.
    
    * Fixes a panic which could occur in the above situation.
    
    Reported-by: Aaron LI

Summary of changes:
 sys/vfs/ufs/ffs_balloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/208f19ed126bc92b2ffa4334abd485a51ac9cc26


-- 
DragonFly BSD source repository


More information about the Commits mailing list