commit | be6aef604920406b348acf3be6e6e8db55696386 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Mon Oct 22 15:43:12 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Oct 25 15:50:18 2012 -0400 |
tree | 2d458852fafacb2bad7788311b10b879ba920f40 | |
parent | e2d044fe77f8e845333bb1bd29587dc08a4346a0 [diff] |
Btrfs: Use btrfs_update_inode_fallback when creating a snapshot On a really full file system I was getting ENOSPC back from btrfs_update_inode when trying to update the parent inode when creating a snapshot. Just use the fallback method so we can update the inode and not have to worry about having a delayed ref. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>