* [Cluster-devel] cluster/gfs-kernel/src/gfs gfs_ondisk.h
@ 2007-03-13 21:33 wcheng
0 siblings, 0 replies; 2+ messages in thread
From: wcheng @ 2007-03-13 21:33 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: wcheng at sourceware.org 2007-03-13 21:33:34
Modified files:
gfs-kernel/src/gfs: gfs_ondisk.h
Log message:
Bugzilla 220622: forgot to delete some commented out code in previous
check-in.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/gfs_ondisk.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.2&r2=1.7.2.3
--- cluster/gfs-kernel/src/gfs/gfs_ondisk.h 2007/03/13 21:21:21 1.7.2.2
+++ cluster/gfs-kernel/src/gfs/gfs_ondisk.h 2007/03/13 21:33:34 1.7.2.3
@@ -628,13 +628,6 @@
__be64 sc_dinodes;
};
-/*
-struct gfs_statfs_change_host {
- __u64 sc_total;
- __u64 sc_free;
- __u64 sc_dinodes;
-};
-*/
struct gfs_statfs_change_host {
int64_t sc_total;
int64_t sc_free;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] cluster/gfs-kernel/src/gfs gfs_ondisk.h
@ 2007-05-09 5:21 wcheng
0 siblings, 0 replies; 2+ messages in thread
From: wcheng @ 2007-05-09 5:21 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: wcheng at sourceware.org 2007-05-09 05:21:42
Modified files:
gfs-kernel/src/gfs: gfs_ondisk.h
Log message:
Bugzilla 239523:
Fix __be64 for GFS user mode utility program.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/gfs_ondisk.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.3&r2=1.7.2.4
--- cluster/gfs-kernel/src/gfs/gfs_ondisk.h 2007/03/13 21:33:34 1.7.2.3
+++ cluster/gfs-kernel/src/gfs/gfs_ondisk.h 2007/05/09 05:21:42 1.7.2.4
@@ -623,9 +623,9 @@
*/
struct gfs_statfs_change {
- __be64 sc_total;
- __be64 sc_free;
- __be64 sc_dinodes;
+ uint64_t sc_total;
+ uint64_t sc_free;
+ uint64_t sc_dinodes;
};
struct gfs_statfs_change_host {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-09 5:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09 5:21 [Cluster-devel] cluster/gfs-kernel/src/gfs gfs_ondisk.h wcheng
-- strict thread matches above, loose matches on Subject: below --
2007-03-13 21:33 wcheng
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 NNTP newsgroup(s).