Skip to content
  • David Sterba's avatar
    btrfs: introduce pending action: commit · d51033d0
    David Sterba authored
    
    
    In some contexts, like in sysfs handlers, we don't want to trigger a
    transaction commit. It's a heavy operation, we don't know what external
    locks may be taken. Instead, make it possible to finish the operation
    through sync syscall or SYNC_FS ioctl.
    
    Signed-off-by: default avatarDavid Sterba <dsterba@suse.cz>
    d51033d0