diff options
author | Al Viro | 2006-10-14 04:51:24 +0200 |
---|---|---|
committer | Steven Whitehouse | 2006-11-30 16:33:29 +0100 |
commit | 1e81c4c3e0f55c95b6278a827262b80debd0dc7e (patch) | |
tree | 0e56f7aac8d2e27a783bd5a99dd5f3e5023b9aaf /fs/gfs2/rgrp.c | |
parent | [GFS2] split and annotate gfs2_meta_header (diff) | |
download | kernel-qcow2-linux-1e81c4c3e0f55c95b6278a827262b80debd0dc7e.tar.gz kernel-qcow2-linux-1e81c4c3e0f55c95b6278a827262b80debd0dc7e.tar.xz kernel-qcow2-linux-1e81c4c3e0f55c95b6278a827262b80debd0dc7e.zip |
[GFS2] split and annotate gfs_rindex
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index b261385c0065..07dfd6305058 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -253,7 +253,7 @@ void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd) } -static inline int rgrp_contains_block(struct gfs2_rindex *ri, u64 block) +static inline int rgrp_contains_block(struct gfs2_rindex_host *ri, u64 block) { u64 first = ri->ri_data0; u64 last = first + ri->ri_data; |