commit | 67e306c6906137020267eb9bbdbc127034da3627 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Sep 17 10:22:33 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 22 23:45:57 2020 -0400 |
tree | c118c2063b408e7e1ce0b8a8cde16af4b61e545a | |
parent | a1c7dc5d15ede2716cc7af6444e1904014854f60 [diff] |
fs,nfs: lift compat nfs4 mount data handling into the nfs code There is no reason the generic fs code should bother with NFS specific binary mount data - lift the conversion into nfs4_parse_monolithic instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>