From: Lachlan McIlroy Date: Fri, 18 Apr 2008 02:43:35 +0000 (+1000) Subject: [XFS] The forward declarations for the xfs_ioctl() helpers and the X-Git-Tag: v2.6.26-rc1~1147^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2816be271b8b364294a5b48721a3e68af46cfa;p=pandora-kernel.git [XFS] The forward declarations for the xfs_ioctl() helpers and the associated comment about gcc behavior really aren't needed; all of these functions are marked STATIC which includes noinline, and the stack usage won't be a problem. This effectively just removes the forward declarations and moves xfs_ioctl() back to the end of the file. SGI-PV: 971186 SGI-Modid: xfs-linux-melb:xfs-kern:30534a Signed-off-by: Eric Sandeen Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed