diff options
author | Robert Peterson | 2007-05-14 19:42:18 +0200 |
---|---|---|
committer | Steven Whitehouse | 2007-07-09 09:22:19 +0200 |
commit | cd81a4bac67d44742ab0aa1848f4a78e9d7e1093 (patch) | |
tree | 0cc323d20ff2cc8faffc99ee5a998409cb4f165d /fs/gfs2/ops_address.h | |
parent | [GFS2] use zero_user_page (diff) | |
download | kernel-qcow2-linux-cd81a4bac67d44742ab0aa1848f4a78e9d7e1093.tar.gz kernel-qcow2-linux-cd81a4bac67d44742ab0aa1848f4a78e9d7e1093.tar.xz kernel-qcow2-linux-cd81a4bac67d44742ab0aa1848f4a78e9d7e1093.zip |
[GFS2] Addendum patch 2 for gfs2_grow
This addendum patch 2 corrects three things:
1. It fixes a stupid mistake in the previous addendum that broke gfs2.
Ref: https://www.redhat.com/archives/cluster-devel/2007-May/msg00162.html
2. It fixes a problem that Dave Teigland pointed out regarding the
external declarations in ops_address.h being in the wrong place.
3. It recasts a couple more %llu printks to (unsigned long long)
as requested by Steve Whitehouse.
I would have loved to put this all in one revised patch, but there was
a rush to get some patches for RHEL5. Therefore, the previous patches
were applied to the git tree "as is" and therefore, I'm posting another
addendum. Sorry.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_address.h')
-rw-r--r-- | fs/gfs2/ops_address.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/ops_address.h b/fs/gfs2/ops_address.h index 56c30daf895b..fa1b5b3d28b9 100644 --- a/fs/gfs2/ops_address.h +++ b/fs/gfs2/ops_address.h @@ -18,8 +18,5 @@ extern const struct address_space_operations gfs2_file_aops; extern int gfs2_get_block(struct inode *inode, sector_t lblock, struct buffer_head *bh_result, int create); extern int gfs2_releasepage(struct page *page, gfp_t gfp_mask); -extern u64 gfs2_ri_total(struct gfs2_sbd *sdp); -extern void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free, - s64 dinodes); #endif /* __OPS_ADDRESS_DOT_H__ */ |