From 646048b40a7b62c4e9bc59024ef6133613cda01b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 8 Feb 2016 11:18:19 +0000 Subject: tests: fix #457 There are some limits on XFS: major_max=511 minor_max=262143 see https://github.com/torvalds/linux/blob/master/fs/xfs/xfs_iops.c if (S_ISCHR(mode) || S_ISBLK(mode)) { if (unlikely(!sysv_valid_dev(rdev) || MAJOR(rdev) & ~0x1ff)) return -EINVAL; --- test/sys.tar.xz | Bin 165116 -> 261380 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test/sys.tar.xz') diff --git a/test/sys.tar.xz b/test/sys.tar.xz index 49ee8027b2..052c77d182 100644 Binary files a/test/sys.tar.xz and b/test/sys.tar.xz differ -- cgit v1.2.3-54-g00ecf