Skip to content

Commit 704737f

Browse files
authored
Merge pull request cbm-fles#18 from cbm-fles/fix_sysfs_attr
Revert size changes in sysfs exchange structure to avoid craches
2 parents 74d384c + 70d4dd5 commit 704737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/linux_uio/uio_pci_dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct
8989
__attribute__((__packed__))
9090
uio_pci_dma_private
9191
{
92-
char name[UIO_PCI_DMA_BUFFER_NAME_SIZE];
92+
char name[1024];
9393
size_t size;
9494
int32_t numa_node;
9595
uint64_t start;

0 commit comments

Comments
 (0)