From: Christoph Hellwig Date: Thu, 11 Oct 2007 07:47:00 +0000 (+1000) Subject: [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl X-Git-Tag: v2.6.24-rc1~492^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83bfab1faec9c32297d2079c06adaaaea2650d9;p=pandora-kernel.git [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl No need to call into xfs_getattr and put a big bhv_vattr_t on the stack just to get a little information from the XFS inode. Add a helper called xfs_ioc_fsgetxattr instead that deals with retrieving the information in a clean way. SGI-PV: 968563 SGI-Modid: xfs-linux-melb:xfs-kern:29780a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed