diff options
Diffstat (limited to 'user/qemu/xattr_size_max.patch')
-rw-r--r-- | user/qemu/xattr_size_max.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/user/qemu/xattr_size_max.patch b/user/qemu/xattr_size_max.patch new file mode 100644 index 000000000..1a33cbf5e --- /dev/null +++ b/user/qemu/xattr_size_max.patch @@ -0,0 +1,15 @@ +diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c +index faebd91..a0f15b6 100644 +--- a/hw/9pfs/9p.c ++++ b/hw/9pfs/9p.c +@@ -25,6 +25,10 @@ + #include "trace.h" + #include "migration/migration.h" + ++#ifdef __linux__ ++#include <linux/limits.h> /* for XATTR_SIZE_MAX */ ++#endif ++ + int open_fd_hw; + int total_open_fd; + static int open_fd_rc; |