[PATCH v12 23/49] xfs: Make xfs_set_mode non-static

2015-10-23 Thread Andreas Gruenbacher
Make xfs_set_mode non-static and move it from xfs_acl.c into xfs_inode.c. Signed-off-by: Andreas Gruenbacher --- fs/xfs/xfs_acl.c | 18 -- fs/xfs/xfs_inode.c | 24 fs/xfs/xfs_inode.h | 2 ++ 3 files changed, 26 insertions(+), 18 deletions(-) diff

[PATCH v12 23/49] xfs: Make xfs_set_mode non-static

2015-10-23 Thread Andreas Gruenbacher
Make xfs_set_mode non-static and move it from xfs_acl.c into xfs_inode.c. Signed-off-by: Andreas Gruenbacher --- fs/xfs/xfs_acl.c | 18 -- fs/xfs/xfs_inode.c | 24 fs/xfs/xfs_inode.h | 2 ++ 3 files changed, 26 insertions(+), 18