* [Cluster-devel] cluster/gfs2/libgfs2 libgfs2.h super.c
@ 2006-06-19 20:45 rpeterso
0 siblings, 0 replies; only message in thread
From: rpeterso @ 2006-06-19 20:45 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2006-06-19 20:45:15
Modified files:
gfs2/libgfs2 : libgfs2.h super.c
Log message:
Changes to lock protocol were not saved. Also removed some vestigial
stubs from libgfs2.h.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/super.c.diff?cvsroot=cluster&r1=1.2&r2=1.3
--- cluster/gfs2/libgfs2/libgfs2.h 2006/06/14 13:55:11 1.5
+++ cluster/gfs2/libgfs2/libgfs2.h 2006/06/19 20:45:15 1.6
@@ -427,19 +427,6 @@
int device_size(int fd, uint64_t *bytes);
-/* live.c */
-void check_for_gfs2(struct gfs2_sbd *sdp);
-void lock_for_admin(struct gfs2_sbd *sdp);
-void path2device(struct gfs2_sbd *sdp);
-void find_block_size(struct gfs2_sbd *sdp);
-void find_current_fssize(struct gfs2_sbd *sdp);
-void add_to_rindex(struct gfs2_sbd *sdp);
-void statfs_sync(struct gfs2_sbd *sdp);
-void find_current_journals(struct gfs2_sbd *sdp);
-int rename2system(struct gfs2_sbd *sdp, char *new_dir, char *new_name);
-void make_jdata(int fd, char *value);
-uint64_t bmap(int fd, uint64_t lblock);
-
/* locking.c */
void test_locking(char *lockproto, char *locktable);
--- cluster/gfs2/libgfs2/super.c 2006/06/15 18:45:22 1.2
+++ cluster/gfs2/libgfs2/super.c 2006/06/19 20:45:15 1.3
@@ -246,6 +246,7 @@
bh = bread(sbp, GFS2_SB_ADDR >> sbp->sd_fsb2bb_shift);
gfs2_sb_out(&sbp->sd_sb, bh->b_data);
brelse(bh, updated);
+ bcommit(sbp); /* make sure the change gets to disk ASAP */
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-19 20:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-19 20:45 [Cluster-devel] cluster/gfs2/libgfs2 libgfs2.h super.c rpeterso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.