[GFS2] Don't copy meta_header for rgrp in and out
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 7 Nov 2006 20:14:58 +0000 (15:14 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:34:36 +0000 (10:34 -0500)
commitf6e58f01e8dc869803b9f73b2aa9d5bc3f32ca05
treee1498f970115a5af022dfe2603f2ec1ca36ecdc0
parent294caaa3b8304c0a14c5039691caf23363bd9369
[GFS2] Don't copy meta_header for rgrp in and out

The meta_header for an ondisk rgrp never changes, so there is no point
copying it in and back out to disk. Also there is no reason to keep
a copy for each rgrp in memory.

The code already checks to ensure that the header is correct before
it calls the routine to copy the data in, so that we don't even need
to check whether its correct on disk in the functions in ondisk.c

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ondisk.c
include/linux/gfs2_ondisk.h