stress-ng: update to 0.11.03.
This commit is contained in:
parent
42e5bccaf2
commit
9b619a9d35
2 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ instead of defining its own.
|
|||
@@ -24,6 +24,19 @@
|
||||
*/
|
||||
#include "stress-ng.h"
|
||||
|
||||
|
||||
+#ifdef __NR_fsopen
|
||||
+#undef __NR_fsopen
|
||||
+#endif
|
||||
|
@ -48,6 +48,6 @@ instead of defining its own.
|
|||
+#undef __NR_move_mount
|
||||
+#endif
|
||||
+
|
||||
static const help_t help[] = {
|
||||
{ NULL, "ramfs N", "start N workers exercising ramfs mounts" },
|
||||
{ NULL, "ramfs-ops N", "stop after N bogo ramfs mount operations" },
|
||||
static const stress_help_t help[] = {
|
||||
{ NULL, "ramfs N", "start N workers exercising ramfs mounts" },
|
||||
{ NULL, "ramfs-ops N", "stop after N bogo ramfs mount operations" },
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'stress-ng'
|
||||
pkgname=stress-ng
|
||||
version=0.11.02
|
||||
version=0.11.03
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=1
|
||||
|
@ -9,4 +9,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://kernel.ubuntu.com/~cking/stress-ng/"
|
||||
distfiles="http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${pkgname}-${version}.tar.xz"
|
||||
checksum=ad1a6fca8f90f67a4364aa6ff0c406995960dc4f8689e9d5289fc083e1d8986f
|
||||
checksum=3c6d0e8077f5d55251e247cc761eaec527413fba4aa89a02856b432dfb5e9443
|
||||
|
|
Loading…
Reference in a new issue