Ticket #13400: 0001-FileSystem-ext2-Journal-TODO-Warn-that-we-found-an-u.patch

File 0001-FileSystem-ext2-Journal-TODO-Warn-that-we-found-an-u.patch, 877 bytes (added by wangxindsb, 7 years ago)

Ext2 journal, TODO: Warn that we found an unrecognized block

  • src/add-ons/kernel/file_systems/ext2/Journal.cpp

    From 55718a2daad8f9de75d4acc5c5729623c1938320 Mon Sep 17 00:00:00 2001
    From: wangxindsb <wangxindsb.gmail.com>
    Date: Sun, 26 Mar 2017 21:59:48 -0700
    Subject: [PATCH] FileSystem: ext2 Journal, TODO:Warn that we found an
     unrecognized block
    
    ---
     src/add-ons/kernel/file_systems/ext2/Journal.cpp | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/add-ons/kernel/file_systems/ext2/Journal.cpp b/src/add-ons/kernel/file_systems/ext2/Journal.cpp
    index 7efea26..d0a5db7 100644
    a b Journal::_RecoverPassRevoke(uint32 lastCommitID)  
    933933            if (status != B_OK)
    934934                return status;
    935935        } else {
    936                 // TODO: Warn that we found an unrecognized block
     936            TRACE("Journal::_RecoverPassRevoke(): Unrecognized block\n");
    937937            break;
    938938        }
    939939