This is the same as debugfs_create_file() but takes the initial size of the file. In FreeBSD, the given size is ignored and debugfs_create_file() is called.
This is part of the update of the DRM drivers to Linux 5.13.
Differential D37914
lindebugfs: Add `debugfs_create_file_size()` dumbbell on Dec 30 2022, 10:08 AM. Authored by Tags None Referenced Files
Details This is the same as debugfs_create_file() but takes the initial size of the file. In FreeBSD, the given size is ignored and debugfs_create_file() is called. This is part of the update of the DRM drivers to Linux 5.13.
Diff Detail
Event Timeline
Comment Actions LGTM but maybe worth a XXX comment on debugfs_create_file_size noting that we're ignoring the size? |