From: Dave Chinner Date: Sun, 1 Feb 2015 23:22:53 +0000 (+1100) Subject: xfs: factor projid hint checking out of xfs_ioctl_setattr X-Git-Tag: fixes-v4.0-rc1~157^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23bd0735cfdf5322170a9ef48c7d47c2e6567ba8;p=pandora-kernel.git xfs: factor projid hint checking out of xfs_ioctl_setattr The project ID change checking is one of the few remaining open coded checks in xfs_ioctl_setattr(). Factor it into a helper function so that the setattr code mostly becomes a flow of check and action helpers, making it easier to read and follow. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed