From: Dave Chinner Date: Sun, 1 Feb 2015 23:22:20 +0000 (+1100) Subject: xfs: factor extsize hint checking out of xfs_ioctl_setattr X-Git-Tag: fixes-v4.0-rc1~157^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4388d3c0988ec00787ad1f8e63b5e2a6abef1dc;p=pandora-kernel.git xfs: factor extsize hint checking out of xfs_ioctl_setattr The extent size hint change checking is fairly complex, so isolate that into it's own function. This simplifies the logic flow of the setattr code, making it easier to read. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed