]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1dcfd4301e4f03c5570b060663af6b074c490e78
treec118c2063b408e7e1ce0b8a8cde16af4b61e545a
parent00dfadd38793410bfd0032af05302a338a7b42ac
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