]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- rel 4; ... but drop crc part as not existing in 3.1 xfsprogs series auto/th/xfsprogs-3.1.11-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Jan 2014 22:09:12 +0000 (23:09 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Jan 2014 22:09:12 +0000 (23:09 +0100)
xfsprogs-sb.patch
xfsprogs.spec

index 451a9c1643bd99f26f50a25acd60f8daaf60f2cf..ceef4dcd1bbd2eb33d7a05b0569ab60e27d3d6fd 100644 (file)
@@ -106,10 +106,10 @@ index b0f38ba..53e47b6 100644
 -                              do_warn(
 -              _("would zero unused portion of %s superblock (AG #%u)\n"),
 -                                      !i ? _("primary") : _("secondary"), i);
-+      if (xfs_sb_version_hascrc(sb))
-+              size = offsetof(xfs_sb_t, sb_lsn)
-+                      + sizeof(sb->sb_lsn);
-+      else if (xfs_sb_version_hasmorebits(sb))
++
++
++
++      if (xfs_sb_version_hasmorebits(sb))
 +              size = offsetof(xfs_sb_t, sb_bad_features2)
 +                      + sizeof(sb->sb_bad_features2);
 +      else if (xfs_sb_version_haslogv2(sb))
index a9b1db374fb7ee7604d5bf744654d77939cc1b56..df4102b7d27e7389280e85efc88d5b6735b7ebd7 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Tools for the XFS filesystem
 Summary(pl.UTF-8):     Narzędzia do systemu plików XFS
 Name:          xfsprogs
 Version:       3.1.11
-Release:       3
+Release:       4
 License:       LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
This page took 0.146967 seconds and 4 git commands to generate.