]> www.infradead.org Git - mtd-utils.git/commit
tests: Remove unused linux/fs.h header from includes
authorKhem Raj <raj.khem@gmail.com>
Sun, 7 Aug 2022 03:21:39 +0000 (20:21 -0700)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 8 Aug 2022 06:20:58 +0000 (08:20 +0200)
commitac98b3fc7cb9c122bea4b5d1d351727eb4ea0bac
tree34b1955f0f9e49330e36bd2f0931a47f1886c2fb
parenta315011bd3c237660436e0c796743d61acf4a7b6
tests: Remove unused linux/fs.h header from includes

This header is not needed, moreover it includes linux/mount.h which is
now in conflict[1] with glibc provided sys/mount.h from glibc 2.36 onwards

[1] https://sourceware.org/glibc/wiki/Release/2.36

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
tests/fs-tests/lib/tests.c