Searched hist:a52f362f864f56238c9036f5c56f763a80e2ddd5 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/drivers/ |
H A D | ssl.c | diff a52f362f864f56238c9036f5c56f763a80e2ddd5 Sat Feb 10 10:44:06 CET 2007 Jeff Dike <jdike@addtoit.com> [PATCH] uml: mostly const a structure
The chan_opts structure is mostly const, and needs no locking. Comment the lack of locking on the one field that can change.
Make all the other fields const. It turned out that console_open_chan didn't use its chan_opts argument, so that is deleted from the function and its callers.
Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | stdio_console.c | diff a52f362f864f56238c9036f5c56f763a80e2ddd5 Sat Feb 10 10:44:06 CET 2007 Jeff Dike <jdike@addtoit.com> [PATCH] uml: mostly const a structure
The chan_opts structure is mostly const, and needs no locking. Comment the lack of locking on the one field that can change.
Make all the other fields const. It turned out that console_open_chan didn't use its chan_opts argument, so that is deleted from the function and its callers.
Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | chan_kern.c | diff a52f362f864f56238c9036f5c56f763a80e2ddd5 Sat Feb 10 10:44:06 CET 2007 Jeff Dike <jdike@addtoit.com> [PATCH] uml: mostly const a structure
The chan_opts structure is mostly const, and needs no locking. Comment the lack of locking on the one field that can change.
Make all the other fields const. It turned out that console_open_chan didn't use its chan_opts argument, so that is deleted from the function and its callers.
Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|