• C
    Btrfs: Dir fsync optimizations · 49eb7e46
    Chris Mason 提交于
    Drop i_mutex during the commit
    
    Don't bother doing the fsync at all unless the dir is marked as dirtied
    and needing fsync in this transaction.  For directories, this means
    that someone has unlinked a file from the dir without fsyncing the
    file.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    49eb7e46
file.c 30.2 KB