mirror-linux/tools/testing/selftests/mount_setattr
Anh Tuan Phan 0ac10535ae selftests mount: Fix mount_setattr_test builds failed
[ Upstream commit f1594bc676 ]

When compiling selftests with target mount_setattr I encountered some errors with the below messages:
mount_setattr_test.c: In function ‘mount_setattr_thread’:
mount_setattr_test.c:343:16: error: variable ‘attr’ has initializer but incomplete type
  343 |         struct mount_attr attr = {
      |                ^~~~~~~~~~

These errors might be because of linux/mount.h is not included. This patch resolves that issue.

Signed-off-by: Anh Tuan Phan <tuananhlfc@gmail.com>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-11 23:02:58 +09:00
..
.gitignore
Makefile selftests: mount_setattr: Fix incorrect kernel headers search path 2023-03-10 09:34:18 +01:00
config
mount_setattr_test.c selftests mount: Fix mount_setattr_test builds failed 2023-05-11 23:02:58 +09:00