commit | 757cbe597fe8490c7c0a9650ebe5d60195f151d4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 14 23:42:21 2018 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 21 11:50:02 2018 -0500 |
tree | 3603e26c54988aa08e45592f7955439974239e54 | |
parent | 99dbbb593fe6b39153c15ea9b9c63ea911864cf2 [diff] |
LSM: new method: ->sb_add_mnt_opt() Adding options to growing mnt_opts. NFS kludge with passing context= down into non-text-options mount switched to it, and with that the last use of ->sb_parse_opts_str() is gone. Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>