commit | c73e293678fc3ec8ee9e5e275ee77dec98c4f2f1 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Thu May 16 11:14:33 2013 -0400 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri Jun 14 11:29:52 2013 -0400 |
tree | a5ce0bbc6f42e9acbb46bdd516bf27297cdb230d | |
parent | 4a9d8bdee368de78ace8b36da4eb2186afea162d [diff] |
Btrfs: do delay iput in sync_fs We get lock inversion with umount if we allow iputs from sync_fs, so use the delay iput flag to keep this from happening. Thanks, Reported-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com>