From 23b969b777238d45d0e061f25dd93fbfaf5ee7bc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 14 Apr 2025 08:03:23 +0200 Subject: 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. --- sys/linux/auto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/auto.txt') 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 } -- cgit mrf-deployment