The patch titled Subject: fs/hugetlbfs/inode.c: hugetlbfs_file_operations can be static has been added to the -mm tree. Its filename is hugetlb-hugetlbfs_file_operations-can-be-static.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/hugetlb-hugetlbfs_file_operations-can-be-static.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/hugetlb-hugetlbfs_file_operations-can-be-static.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: kernel test robot <lkp@xxxxxxxxx> Subject: fs/hugetlbfs/inode.c: hugetlbfs_file_operations can be static Link: http://lkml.kernel.org/r/20200612062853.GA35019@0619708f5df1 Signed-off-by: kernel test robot <lkp@xxxxxxxxx> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/hugetlbfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/hugetlbfs/inode.c~hugetlb-hugetlbfs_file_operations-can-be-static +++ a/fs/hugetlbfs/inode.c @@ -42,7 +42,7 @@ static const struct super_operations hugetlbfs_ops; static const struct address_space_operations hugetlbfs_aops; -const struct file_operations hugetlbfs_file_operations; +static const struct file_operations hugetlbfs_file_operations; static const struct inode_operations hugetlbfs_dir_inode_operations; static const struct inode_operations hugetlbfs_inode_operations; _ Patches currently in -mm which might be from lkp@xxxxxxxxx are hugetlb-hugetlbfs_file_operations-can-be-static.patch