The patch titled Subject: fs/hugetlbfs/inode.c: hugetlbfs_file_operations can be static has been removed from the -mm tree. Its filename was hugetlb-hugetlbfs_file_operations-can-be-static.patch This patch was dropped because it was nacked ------------------------------------------------------ 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