From: Christoph Hellwig Date: Thu, 11 Oct 2007 08:09:12 +0000 (+1000) Subject: [XFS] simplify xfs_create/mknod/symlink prototype X-Git-Tag: v2.6.24-rc1~492^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5daf05a0c7cce36dc2db41933b14b36d2048dc;p=pandora-kernel.git [XFS] simplify xfs_create/mknod/symlink prototype Simplify the prototype for xfs_create/xfs_mkdir/xfs_symlink by not passing down a bhv_vattr_t that just hogs stack space. Instead pass down the mode in a mode_t and in case of xfs_create the rdev as a scalar type as well. SGI-PV: 968563 SGI-Modid: xfs-linux-melb:xfs-kern:29794a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed