gfs2-utils: master - libgfs2: Fix typo in previous patch

Steven Whitehouse swhiteho@fedoraproject.org
Mon Jan 26 08:25:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=f598c256d63262716dee91fce6f615db195a6ae7
Commit:        f598c256d63262716dee91fce6f615db195a6ae7
Parent:        950b9c774ef2a7f98136d91c7ab0adc06d199c96
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Mon Jan 26 07:23:02 2009 +0000
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Mon Jan 26 07:23:02 2009 +0000

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