Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38707
b: refs/heads/master
c: 6b61b07
h: refs/heads/master
i:
  38705: eee5009
  38703: b265c85
v: v3
  • Loading branch information
Steven Whitehouse committed Jun 6, 2006
1 parent 57fed62 commit cdae3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b01abc977574253f466f65463019de2571c6401
refs/heads/master: 6b61b072a8b54212ab0808c443e5c16699390d25
14 changes: 5 additions & 9 deletions trunk/fs/gfs2/incore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit cdae3c3

Please sign in to comment.