Re: [RFC] __ref annotation of function/data referencing __init/__exit

2008-01-29 Thread Sam Ravnborg
On Tue, Jan 29, 2008 at 08:55:32PM +0100, Jan Engelhardt wrote: > > On Jan 28 2008 22:38, Sam Ravnborg wrote: > >On Sat, Jan 26, 2008 at 07:44:54PM +0100, Sam Ravnborg wrote: > >> Today we have the following annotations for functions/data > >> referencing __init/__exit functions / data: > >> >

Re: [RFC] __ref annotation of function/data referencing __init/__exit

2008-01-29 Thread Jan Engelhardt
On Jan 28 2008 22:38, Sam Ravnborg wrote: >On Sat, Jan 26, 2008 at 07:44:54PM +0100, Sam Ravnborg wrote: >> Today we have the following annotations for functions/data >> referencing __init/__exit functions / data: >> >> __init_refok for functions >> __initdata_refok for data >> >> and >>

Re: [RFC] __ref annotation of function/data referencing __init/__exit

2008-01-29 Thread Jan Engelhardt
On Jan 28 2008 22:38, Sam Ravnborg wrote: On Sat, Jan 26, 2008 at 07:44:54PM +0100, Sam Ravnborg wrote: Today we have the following annotations for functions/data referencing __init/__exit functions / data: __init_refok for functions __initdata_refok for data and _exit_refok for

Re: [RFC] __ref annotation of function/data referencing __init/__exit

2008-01-29 Thread Sam Ravnborg
On Tue, Jan 29, 2008 at 08:55:32PM +0100, Jan Engelhardt wrote: On Jan 28 2008 22:38, Sam Ravnborg wrote: On Sat, Jan 26, 2008 at 07:44:54PM +0100, Sam Ravnborg wrote: Today we have the following annotations for functions/data referencing __init/__exit functions / data: __init_refok

Re: [RFC] __ref annotation of function/data referencing __init/__exit

2008-01-28 Thread Sam Ravnborg
On Sat, Jan 26, 2008 at 07:44:54PM +0100, Sam Ravnborg wrote: > Today we have the following annotations for functions/data > referencing __init/__exit functions / data: > > __init_refok for functions > __initdata_refok for data > > and > _exit_refok for functions > > To simplify it and to

Re: [RFC] __ref annotation of function/data referencing __init/__exit

2008-01-28 Thread Sam Ravnborg
On Sat, Jan 26, 2008 at 07:44:54PM +0100, Sam Ravnborg wrote: Today we have the following annotations for functions/data referencing __init/__exit functions / data: __init_refok for functions __initdata_refok for data and _exit_refok for functions To simplify it and to introduce a

[RFC] __ref annotation of function/data referencing __init/__exit

2008-01-26 Thread Sam Ravnborg
Today we have the following annotations for functions/data referencing __init/__exit functions / data: __init_refok for functions __initdata_refok for data and _exit_refok for functions To simplify it and to introduce a shorter annotation I will suggest the following annotation: __ref <=

[RFC] __ref annotation of function/data referencing __init/__exit

2008-01-26 Thread Sam Ravnborg
Today we have the following annotations for functions/data referencing __init/__exit functions / data: __init_refok for functions __initdata_refok for data and _exit_refok for functions To simplify it and to introduce a shorter annotation I will suggest the following annotation: __ref =