From cdae3c3d61a30ee33615a7505b3c002b48cd00fe Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Tue, 6 Jun 2006 14:49:39 -0400 Subject: [PATCH] --- yaml --- r: 38707 b: refs/heads/master c: 6b61b072a8b54212ab0808c443e5c16699390d25 h: refs/heads/master i: 38705: eee50095ef6c10fb775ffb63c209a1640ded8c42 38703: b265c853ac9f2cdc87c5895b07ab6497f024653c v: v3 --- [refs] | 2 +- trunk/fs/gfs2/incore.h | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 5fdc78c8870e..2f4a8209264c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4b01abc977574253f466f65463019de2571c6401 +refs/heads/master: 6b61b072a8b54212ab0808c443e5c16699390d25 diff --git a/trunk/fs/gfs2/incore.h b/trunk/fs/gfs2/incore.h index 92091d006a02..8caefec88854 100644 --- a/trunk/fs/gfs2/incore.h +++ b/trunk/fs/gfs2/incore.h @@ -158,7 +158,7 @@ struct gfs2_holder { unsigned gh_flags; int gh_error; - unsigned long gh_iflags; + unsigned gh_iflags; struct completion gh_wait; unsigned long gh_ip; }; @@ -217,25 +217,21 @@ struct gfs2_glock { struct gfs2_alloc { /* Quota stuff */ - unsigned int al_qd_num; struct gfs2_quota_data *al_qd[4]; struct gfs2_holder al_qd_ghs[4]; + unsigned int al_qd_num; - /* Filled in by the caller to gfs2_inplace_reserve() */ - - uint32_t al_requested; + u32 al_requested; /* Filled in by caller of gfs2_inplace_reserve() */ + u32 al_alloced; /* Filled in by gfs2_alloc_*() */ /* Filled in by gfs2_inplace_reserve() */ - char *al_file; unsigned int al_line; + char *al_file; struct gfs2_holder al_ri_gh; struct gfs2_holder al_rgd_gh; struct gfs2_rgrpd *al_rgd; - /* Filled in by gfs2_alloc_*() */ - - uint32_t al_alloced; }; enum {