OSDN Git Service

btrfs: use GFP_KERNEL in btrfs_alloc_inode
authorDavid Sterba <dsterba@suse.com>
Tue, 31 Oct 2017 16:08:27 +0000 (17:08 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 22 Jan 2018 15:08:12 +0000 (16:08 +0100)
commit712e36c5f2a7fa561aa3876b0e466df072aa6a1e
treebbb97944f33833577bfd8d44c151f80c544767e2
parentf08dc36f781af622be5398ac3ab2ec9c3749889d
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>
fs/btrfs/inode.c