commit | e317ffcb7cc26c5e80cab97160a5e2761a4436ec | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Mar 01 11:39:37 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Mar 01 11:39:37 2006 -0500 |
tree | 0a5e5765f4fe9032b19f71e22a549df3f0012627 | |
parent | b3f58d8f2b1200f1b9abbcfb9dec6c25bc787469 [diff] [blame] |
[GFS2] Remove uneeded memory allocation For every filesystem operation where we need a transaction, we now make one less memory allocation. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 2443e9a..c741016 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h
@@ -360,7 +360,7 @@ unsigned int tr_revokes; unsigned int tr_reserved; - struct gfs2_holder *tr_t_gh; + struct gfs2_holder tr_t_gh; int tr_touched;