From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Mon, 23 Feb 2015 18:43:24 +0000 Subject: [Cluster-devel] [PATCH 3/5] libgfs2: Remove some obsolete function declarations In-Reply-To: <1424717006-20839-1-git-send-email-anprice@redhat.com> References: <1424717006-20839-1-git-send-email-anprice@redhat.com> Message-ID: <1424717006-20839-3-git-send-email-anprice@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit These functions no longer exist or never existed so there's no need to declare them in libgfs2.h Signed-off-by: Andrew Price --- gfs2/libgfs2/libgfs2.h | 3 --- 1 file changed, 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); -- 1.9.3