From: Dave Chinner Date: Sun, 1 Feb 2015 23:14:25 +0000 (+1100) Subject: xfs: separate xflags from xfs_ioctl_setattr X-Git-Tag: fixes-v4.0-rc1~157^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a17c00d4b1b8eab61b85b71cb5a83455a7dc5e;p=pandora-kernel.git xfs: separate xflags from xfs_ioctl_setattr The setting of the extended flags is down through two separate interfaces, but they are munged together into xfs_ioctl_setattr and make that function far more complex than it needs to be. Separate it out into a helper function along with all the other common inode changes and transaction manipulations in xfs_ioctl_setattr(). Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed