commit | 2fad4e83e12591eb3bd213875b9edc2d18e93383 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Wed Jul 23 14:39:35 2014 +0200 |
committer | Chris Mason <clm@fb.com> | Wed Sep 17 13:37:42 2014 -0700 |
tree | 79f8dcc4da44b3124c3df2ff6a3bd014d43467fd | |
parent | c01a5c074c0f6f85a3b02e39432b9e5576ab51de [diff] |
btrfs: wake up transaction thread from SYNC_FS ioctl The transaction thread may want to do more work, namely it pokes the cleaner ktread that will start processing uncleaned subvols. This can be triggered by user via the 'btrfs fi sync' command, otherwise there was a delay up to 30 seconds before the cleaner started to clean old snapshots. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>