[linux-cifs-client] Add token parsing for kernel CIFS mount options

Scott Lovenberg scott.lovenberg at gmail.com
Mon May 17 22:53:05 MDT 2010


This set of patches adds the functionality of a token parser for parsing kernel CIFS mount options.
The options are defined as constants (in an enum) and are used in a switch statement, replacing the if/else chain that was previously used for parsing options.

The first patch defines the constants and parsing function, the second patch implements them.




More information about the linux-cifs-client mailing list