It is exported in RH6, becasue it is required by CPT. No need to export it in RH7.
Signed-off-by: Vladimir Davydov <[email protected]> --- mm/shmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/shmem.c b/mm/shmem.c index a6b3e309b9cc..97dbd4dcf348 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -2728,7 +2728,6 @@ static const struct file_operations shmem_file_operations = { .fallocate = shmem_fallocate, #endif }; -EXPORT_SYMBOL(shmem_file_operations); static const struct inode_operations shmem_inode_operations = { .setattr = shmem_setattr, -- 1.7.10.4 _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
