Re: [PATCH] procfs: constify function pointer tables

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jan Engelhardt <jengelh@...>
Cc: Andrew Morton <akpm@...>, Linux Kernel Mailing List <linux-kernel@...>, <linux-fsdevel@...>, Ivan Kokshaysky <ink@...>, Bryan Wu <bryan.wu@...>, Mikael Starvik <starvik@...>, David Howells <dhowells@...>, Hirokazu Takata <takata@...>, Geert Uytterhoeven <geert@...>, Roman Zippel <zippel@...>, Kyle McMartin <kyle@...>, Matthew Wilcox <matthew@...>, Chris Zankel <chris@...>
Date: Wednesday, January 23, 2008 - 6:41 am

On Jan 23, 2008 5:06 PM, Jan Engelhardt <jengelh@computergmbh.de> wrote:

Oh, this patch does not touch all, following is the missing list:
---
arch/arm/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/arm/mach-davinci/clock.c:static struct seq_operations davinci_ck_op = {
arch/avr32/kernel/cpu.c:struct seq_operations cpuinfo_op = {
arch/avr32/mm/tlb.c:static struct seq_operations tlb_ops = {
arch/ia64/hp/common/sba_iommu.c:static struct seq_operations ioc_seq_ops = {
arch/ia64/kernel/perfmon.c:struct seq_operations pfm_seq_ops = {
arch/ia64/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/ia64/sn/kernel/sn2/sn2_smp.c:static struct seq_operations
sn2_ptc_seq_ops = {
arch/ia64/sn/kernel/sn2/sn_hwperf.c:static struct seq_operations
sn_topology_seq_ops = {
arch/mips/kernel/proc.c:struct seq_operations cpuinfo_op = {
arch/powerpc/kernel/setup-common.c:struct seq_operations cpuinfo_op = {
arch/powerpc/platforms/pseries/hvCall_inst.c:static struct
seq_operations hcall_inst_seq_ops = {
arch/s390/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/sh/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/sh64/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/sparc/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/sparc64/kernel/setup.c:struct seq_operations cpuinfo_op = {
arch/x86/kernel/cpu/proc.c:struct seq_operations cpuinfo_op = {
arch/x86/kernel/setup_64.c:struct seq_operations cpuinfo_op = {
----

maybe you did not use the latest git tree.

-Bryan Wu
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] procfs: constify function pointer tables, Jan Engelhardt, (Tue Jan 22, 4:00 pm)
Re: [PATCH] procfs: constify function pointer tables, Jesper Nilsson, (Wed Jan 23, 12:40 pm)
Re: [PATCH] procfs: constify function pointer tables, Jan Engelhardt, (Wed Jan 23, 5:06 am)
Re: [PATCH] procfs: constify function pointer tables, Bryan Wu, (Wed Jan 23, 6:41 am)
Re: [PATCH] procfs: constify function pointer tables, Jan Engelhardt, (Wed Jan 23, 7:25 am)
Re: [PATCH] procfs: constify function pointer tables, Stephen Rothwell, (Tue Jan 22, 7:36 pm)
Re: [PATCH] procfs: constify function pointer tables, David Howells, (Tue Jan 22, 6:57 pm)
Re: [PATCH] procfs: constify function pointer tables, Mike Frysinger, (Tue Jan 22, 6:43 pm)
Re: [PATCH] procfs: constify function pointer tables, Geert Uytterhoeven, (Tue Jan 22, 5:25 pm)