cluster: STABLE3 - libgfs2: Fix typo in previous patch

Fabio M. Di Nitto fabbione@fedoraproject.org
Mon Jan 26 08:35:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1ea6574aeb3a43ff583673457080ef9216223946
Commit:        1ea6574aeb3a43ff583673457080ef9216223946
Parent:        93cab4f6c564e6b440842789d1eba908ed956cce
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Mon Jan 26 07:23:02 2009 +0000
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Jan 26 09:33:09 2009 +0100

libgfs2: Fix typo in previous patch

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs2/libgfs2/libgfs2.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs2/libgfs2/libgfs2.h b/gfs2/libgfs2/libgfs2.h
index d7764f8..e258a76 100644
--- a/gfs2/libgfs2/libgfs2.h
+++ b/gfs2/libgfs2/libgfs2.h
@@ -684,7 +684,7 @@ extern int check_sb(struct gfs2_sb *sb);
 extern int read_sb(struct gfs2_sbd *sdp);
 extern int ji_update(struct gfs2_sbd *sdp);
 extern int rindex_read(struct gfs2_sbd *sdp, int fd, int *count1);
-extern int ri_updane(struct gfs2_sbd *sdp, int fd, int *rgcount);
+extern int ri_update(struct gfs2_sbd *sdp, int fd, int *rgcount);
 extern int write_sb(struct gfs2_sbd *sdp);
 
 /* ondisk.c */



More information about the Cluster-cvs mailing list