Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Fix misleading-indentation error. #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 11, 2017

  1. Fix misleading-indentation error.

    flashcache_main.c: In function ‘flashcache_io_callback’:
    flashcache_main.c:328:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
        if (dmc->cache_mode == FLASHCACHE_WRITE_THROUGH)
        ^~
    
    Fixes: 9cb6e3a ("Disambiguate ssd errors and disk errors on IO completion. On IO completion for the !WRITEBACK case, issue an uncached disk IO in the case of a SSD error. Patch submitted by Mohit Saxena.")
    Signed-off-by: Vinson Lee <vlee@freedesktop.org>
    vinsonlee committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    df163de View commit details
    Browse the repository at this point in the history