commit | 1821b26a1fed8fca57a96ef87bac7a6a48e78815 | [log] [tgz] |
---|---|---|
author | Scott Mayhew <smayhew@redhat.com> | Thu Feb 20 08:06:20 2020 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Feb 25 13:31:19 2020 -0500 |
tree | e7d82b2e96dd61089db0ee2f8d18af09735cf247 | |
parent | 1cef21842ff3b6043c459b6462183e70295b5b19 [diff] |
NFS: Don't hard-code the fs_type when submounting Hard-coding the fstype causes "nfs4" mounts to appear as "nfs", which breaks scripts that do "umount -at nfs4". Reported-by: Patrick Steinhardt <ps@pks.im> Fixes: f2aedb713c28 ("NFS: Add fs_context support.") Signed-off-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>