• R
    nilfs2: fix incorrect KERN_CRIT messages in case of write failures · 4a52df77
    Ryusuke Konishi 提交于
    In case of write-failure retries, the following KERN_CRIT level
    messages are mistakenly output by nilfs_dat_commit_start() function:
    
    nilfs_dat_commit_start: vbn = 408463, start = 12506, end = 18446744073709551615, pbn = 530210
    nilfs_dat_commit_start: vbn = 408515, start = 12506, end = 18446744073709551615, pbn = 530211
    nilfs_dat_commit_start: vbn = 408464, start = 12506, end = 18446744073709551615, pbn = 530212
    ...
    
    This suppresses these messages.
    Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
    Cc: stable@kernel.org
    4a52df77
dat.c 10.8 KB