]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] simplify xfs_create/mknod/symlink prototype
authorChristoph Hellwig <hch@infradead.org>
Thu, 11 Oct 2007 08:09:12 +0000 (18:09 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 04:15:32 +0000 (14:15 +1000)
commit3e5daf05a0c7cce36dc2db41933b14b36d2048dc
tree6116ce7e400b152594e867b9e4d67bdfe67a414c
parentc83bfab1faec9c32297d2079c06adaaaea2650d9
[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 <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c
fs/xfs/xfs_acl.c
fs/xfs/xfs_acl.h
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.h