From: Barry Naujok Date: Tue, 22 Jan 2008 15:06:52 +0000 (+0000) Subject: Fix metadump build warning X-Git-Tag: v2.10.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c20099d68bcae9d7e7991ee4a3d4d079711363;p=thirdparty%2Fxfsprogs-dev.git Fix metadump build warning Merge of master-melb:xfs-cmds:30411a by kenmcd. Fix metadump build warning --- diff --git a/db/metadump.c b/db/metadump.c index 7372bece1..a5e565f3c 100644 --- a/db/metadump.c +++ b/db/metadump.c @@ -875,9 +875,9 @@ process_bmbt_reclist( typnm_t btype) { int i; - xfs_dfiloff_t o, op; + xfs_dfiloff_t o, op = NULLDFILOFF; xfs_dfsbno_t s; - xfs_dfilblks_t c, cp; + xfs_dfilblks_t c, cp = NULLDFILOFF; int f; xfs_dfiloff_t last; xfs_agnumber_t agno; diff --git a/debian/changelog b/debian/changelog index c0aeedc59..dd6750aa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.9.5-1) unstable; urgency=low + + * New upstream release. + + -- Nathan Scott Tue, 22 Jan 2008 16:46:18 +1100 + xfsprogs (2.9.0-1) unstable; urgency=low * New upstream release.