Re: [PATCH v10 23/46] xfs: Make xfs_set_mode non-static

2015-10-11 Thread Dave Chinner
On Mon, Oct 12, 2015 at 12:58:34AM +0200, Andreas Gruenbacher wrote: > From: Andreas Gruenbacher > > Make xfs_set_mode non-static and move it from xfs_acl.c into xfs_inode.c. > > Signed-off-by: Andreas Gruenbacher . > +++ b/fs/xfs/xfs_inode.c > @@ -3587,3 +3587,21 @@ xfs_iflush_int( >

[PATCH v10 23/46] xfs: Make xfs_set_mode non-static

2015-10-11 Thread Andreas Gruenbacher
From: 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 | 18 ++ fs/xfs/xfs_inode.h | 2 ++ 3 files changed, 20 insertions(+), 18

[PATCH v10 23/46] xfs: Make xfs_set_mode non-static

2015-10-11 Thread Andreas Gruenbacher
From: 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 | 18 ++ fs/xfs/xfs_inode.h | 2

Re: [PATCH v10 23/46] xfs: Make xfs_set_mode non-static

2015-10-11 Thread Dave Chinner
On Mon, Oct 12, 2015 at 12:58:34AM +0200, Andreas Gruenbacher wrote: > From: Andreas Gruenbacher > > Make xfs_set_mode non-static and move it from xfs_acl.c into xfs_inode.c. > > Signed-off-by: Andreas Gruenbacher . > +++ b/fs/xfs/xfs_inode.c > @@