[AFS]: Make the match_*() functions take const options.
authorDavid Howells <dhowells@redhat.com>
Thu, 3 May 2007 10:10:39 +0000 (03:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2007 10:10:39 +0000 (03:10 -0700)
commitef4533f8af7a8798cb8f52b06f47acf0c0d2d767
tree446b3db739812391f0e476550b2e04161d126bff
parent709525fad8a925de16938caf7fce3bf601ef869c
[AFS]: Make the match_*() functions take const options.

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 <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/parser.h
lib/parser.c