commit | 9bf964c9cee40285808ce973be7a266876404501 | [log] [tgz] |
---|---|---|
author | Ian Kent <[email protected]> | Thu Jan 03 15:27:36 2019 -0800 |
committer | Linus Torvalds <[email protected]> | Fri Jan 04 13:13:46 2019 -0800 |
tree | ff079ccd7edf60f30cf407f546245be5768f0015 | |
parent | 55f0d8205dc6399826332c21bc56626868cd453d [diff] |
autofs: simplify parse_options() function call The parse_options() function uses a long list of parameters, most of which are present in the super block info structure already. The mount parameters set in parse_options() options don't require cleanup so using the super block info struct directly is simpler. Link: http://lkml.kernel.org/r/154296972423.9889.9368859245676473329.stgit@pluto-themaw-net Signed-off-by: Ian Kent <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>