commit | b96ca4fa4e3b510d528a093a5bac0befbc2ba46d | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <steve@chygwyn.com> | Wed Jan 18 10:57:10 2006 +0000 |
committer | Steven Whitehouse <steve@chygwyn.com> | Wed Jan 18 10:57:10 2006 +0000 |
tree | e4ac82f1d0472d46c8ac30d351b044f1fb3f34d2 | |
parent | 3bd7662c4de28522d4709ab5a56033e3c33e1d4a [diff] |
[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 <swhiteho@redhat.com>