gfs2-utils: RHEL7 - libgfs2: Remove some obsolete function declarations

Andrew Price andyp at fedoraproject.org
Tue Apr 7 21:24:09 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=cb2f650eb5d27dfc628c99ea2a7f1446322ef88a
Commit:        cb2f650eb5d27dfc628c99ea2a7f1446322ef88a
Parent:        156b36b3637abfbc03f46b9fc7da5d5c23d031ec
Author:        Andrew Price <anprice at redhat.com>
AuthorDate:    Mon Feb 16 17:08:10 2015 +0000
Committer:     Andrew Price <anprice at redhat.com>
CommitterDate: Wed Apr 1 16:51:35 2015 +0100

libgfs2: Remove some obsolete function declarations

These functions no longer exist or never existed so there's no need to
declare them in libgfs2.h

Signed-off-by: Andrew Price <anprice at redhat.com>
---
 gfs2/libgfs2/libgfs2.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/gfs2/libgfs2/libgfs2.h b/gfs2/libgfs2/libgfs2.h
index 2907e8c..4d1e540 100644
--- a/gfs2/libgfs2/libgfs2.h
+++ b/gfs2/libgfs2/libgfs2.h
@@ -674,11 +674,8 @@ extern int compute_constants(struct gfs2_sbd *sdp);
 extern int lgfs2_open_mnt(const char *path, int dirflags, int *dirfd, int devflags, int *devfd, struct mntent **mnt);
 extern int lgfs2_open_mnt_dev(const char *path, int flags, struct mntent **mnt);
 extern int lgfs2_open_mnt_dir(const char *path, int flags, struct mntent **mnt);
-extern int find_gfs2_meta(struct gfs2_sbd *sdp);
-extern int dir_exists(const char *dir);
 extern int mount_gfs2_meta(struct gfs2_sbd *sdp, const char *path);
 extern void cleanup_metafs(struct gfs2_sbd *sdp);
-extern int is_fsname(char *name);
 
 /* recovery.c */
 extern void gfs2_replay_incr_blk(struct gfs2_inode *ip, unsigned int *blk);


More information about the cluster-commits mailing list