Re: [PATCH 1/2] AFS: Make the match_*() functions take const options

2007-05-03 Thread David Miller
From: David Howells <[EMAIL PROTECTED]> Date: Tue, 01 May 2007 18:47:47 +0100 > Make the match_*() functions take a const pointer to the options table and > make strings pointers in the options table const too. > > Signed-off-by: David Howells <[EMAIL PROTECTED]> I'll take this, applied, thanks

[PATCH 1/2] AFS: Make the match_*() functions take const options

2007-05-01 Thread David Howells
Make the match_*() functions take a const pointer to the options table and make strings pointers in the options table const too. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- include/linux/parser.h |8 lib/parser.c | 10 +- 2 files changed, 9 insertions(+)