fs,nfs: lift compat nfs4 mount data handling into the nfs code
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Sep 2020 08:22:33 +0000 (10:22 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 23 Sep 2020 03:45:57 +0000 (23:45 -0400)
commit67e306c6906137020267eb9bbdbc127034da3627
treec118c2063b408e7e1ce0b8a8cde16af4b61e545a
parenta1c7dc5d15ede2716cc7af6444e1904014854f60
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>
fs/compat.c
fs/nfs/fs_context.c