public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* gfs2-utils: master - libgfs2: Remove a typedef that was only used once
@ 2009-01-26 14:58 Steven Whitehouse
  0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2009-01-26 14:58 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=77edaa48803d1a33becea7cf1e5a3e674d01cb99
Commit:        77edaa48803d1a33becea7cf1e5a3e674d01cb99
Parent:        f262c6004bef02c525bd672fdbf98af59f468cff
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Mon Jan 26 13:55:48 2009 +0000
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Mon Jan 26 13:55:48 2009 +0000

libgfs2: Remove a typedef that was only used once

 ... and also deprecate another function.

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

diff --git a/gfs2/libgfs2/libgfs2.h b/gfs2/libgfs2/libgfs2.h
index 590aa4e..9f48b93 100644
--- a/gfs2/libgfs2/libgfs2.h
+++ b/gfs2/libgfs2/libgfs2.h
@@ -104,7 +104,7 @@ static __inline__ __attribute__((deprecated)) void do_write(int fd, const void *
 
 #define DIV_RU(x, y) (((x) + (y) - 1) / (y))
 
-static __inline__ uint64_t do_div_i(uint64_t *num, unsigned int den)
+static __inline__ __attribute__((deprecated)) uint64_t do_div_i(uint64_t *num, unsigned int den)
 {
 	unsigned int m = *num % den;
 	*num /= den;
@@ -124,7 +124,6 @@ struct gfs2_bitmap
 	uint32_t   bi_start;   /* The position of the first byte in this block */
 	uint32_t   bi_len;     /* The number of bytes in this block */
 };
-typedef struct gfs2_bitmap gfs2_bitmap_t;
 
 struct rgrp_list {
 	osi_list_t list;
@@ -134,7 +133,7 @@ struct rgrp_list {
 
 	struct gfs2_rindex ri;
 	struct gfs2_rgrp rg;
-	gfs2_bitmap_t *bits;
+	struct gfs2_bitmap *bits;
 	struct gfs2_buffer_head **bh;
 };
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-26 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 14:58 gfs2-utils: master - libgfs2: Remove a typedef that was only used once Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).