From: Steven Whitehouse Date: Wed, 18 Jan 2006 10:57:10 +0000 (+0000) Subject: [GFS2] Update init_dinode() to reduce stack usage X-Git-Tag: v2.6.19-rc1~32^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96ca4fa4e3b510d528a093a5bac0befbc2ba46d;p=pandora-kernel.git [GFS2] Update init_dinode() to reduce stack usage We no longer allocate a dinode on the stack in init_dinode() and we no longer use gfs2_dinode_out (eliminating one copy) and gfs2_meta_header_in (eliminating another copy). The meta_header_in fucntion is now no longer referenced from outside gfs2_ondisk.c, so make it static. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed