commit | 712e36c5f2a7fa561aa3876b0e466df072aa6a1e | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Oct 31 17:08:27 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:12 2018 +0100 |
tree | bbb97944f33833577bfd8d44c151f80c544767e2 | |
parent | f08dc36f781af622be5398ac3ab2ec9c3749889d [diff] |
btrfs: use GFP_KERNEL in btrfs_alloc_inode This callback is called directly from VFS, no locks are held at the allocation time. Signed-off-by: David Sterba <dsterba@suse.com>