]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: btrfs_inherit_iflags() can be static
authorAnand Jain <Anand.Jain@oracle.com>
Tue, 18 Jul 2017 09:37:05 +0000 (17:37 +0800)
committerDavid Sterba <dsterba@suse.com>
Wed, 16 Aug 2017 14:12:02 +0000 (16:12 +0200)
commit19aee8dea31fbaa5139968d20e36e1d78cbf30a0
treeffdfd02237cf1daddb4e030157b431d8b4000a45
parent26b28dce50091ae36ebb0bf9cb814a43861f0641
btrfs: btrfs_inherit_iflags() can be static

btrfs_new_inode() is the only consumer move it to inode.c,
from ioctl.c.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/inode.c
fs/btrfs/ioctl.c