Displaying 1 result from an estimated 1 matches for "opt_no_lock".
2010 May 21
0
ANNOUNCE: cifs-utils release 4.5 available for download
...to a switch block.
The parsing function folds common options to a single macro:
1.) 'unc','target', and 'path' -> 'OPT_UNC'
2.) 'dom*' and 'workg*' -> 'OPT_DOM'
3.) 'nobrl' and 'nolock' -> 'OPT_NO_LOCK'
Kept 'fmask' and 'dmask' (OPT_FMASK, OPT_DMASK), which fall through to
'file_mode' and 'dir_mode' in the main loop.
Signed-off-by: Scott Lovenberg <scott.lovenberg at gmail.com>
commit 2fcf89a2077d3ddf203b73d72985aa68c6402693
Author:...