public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: gfs2-utils: master - libgfs2: Remove a typedef that was only used once
Date: Mon, 26 Jan 2009 14:58:00 -0000	[thread overview]
Message-ID: <20090126145625.408CF12055C@lists.fedorahosted.org> (raw)

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;
 };
 


                 reply	other threads:[~2009-01-26 14:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090126145625.408CF12055C@lists.fedorahosted.org \
    --to=swhiteho@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).