diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-04-14 08:03:23 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-15 08:30:57 +0000 |
| commit | 23b969b777238d45d0e061f25dd93fbfaf5ee7bc (patch) | |
| tree | 8bc985eaf418e464e515ad034e560c1ab7ef4976 /sys/linux/auto.txt | |
| parent | 002170fbae88011602918a0d73675bfdb6fe4200 (diff) | |
pkg/declextract: add open fileops callback to interface list
Add open callback if there are no other unique callbacks.
This happens for e.g. seq files which only have unique open,
while read is a common seq_read callback.
Diffstat (limited to 'sys/linux/auto.txt')
| -rw-r--r-- | sys/linux/auto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/auto.txt b/sys/linux/auto.txt index 004bc2d56..46bd2ca9f 100644 --- a/sys/linux/auto.txt +++ b/sys/linux/auto.txt @@ -9816,7 +9816,7 @@ xfs_growfs_log$auto { } xfs_growfs_rt$auto { - newblocks int64 + newblocks auto_union[gid, int64] extsize int32 } |
