]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: add missing "posix" local_lock constant table definition
authorScott Mayhew <smayhew@redhat.com>
Sat, 10 Oct 2020 14:03:12 +0000 (10:03 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 12 Oct 2020 17:23:14 +0000 (13:23 -0400)
commitf9954a2fe806e09b8ba5c52e99a4d453831599f3
tree825775a938becde8aa173b108ff18a448ec749c4
parentfb85ff85ed985ebfdda15558cd4790e57760619b
nfs: add missing "posix" local_lock constant table definition

"mount -o local_lock=posix..." was broken by the mount API conversion
due to the missing constant.

Fixes: 65dabdaaa400 ("NFS: Convert mount option parsing to use functionality from fs_parser.h")
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/fs_context.c