]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4_2: SSC helper should use its own config.
authorDai Ngo <dai.ngo@oracle.com>
Thu, 28 Jan 2021 06:42:26 +0000 (01:42 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Thu, 28 Jan 2021 15:55:37 +0000 (10:55 -0500)
commit02591f9febd5f69bb4c266a4abf899c4cf21964f
tree3a0ddef702210e14b8bd4a8abf3ef4acfcf19037
parentec59659b4972ec25851aa03b4b5baba6764a62e4
NFSv4_2: SSC helper should use its own config.

Currently NFSv4_2 SSC helper, nfs_ssc, incorrectly uses GRACE_PERIOD
as its config. Fix by adding new config NFS_V4_2_SSC_HELPER which
depends on NFS_V4_2 and is automatically selected when NFSD_V4 is
enabled. Also removed the file name from a comment in nfs_ssc.c.

Signed-off-by: Dai Ngo <dai.ngo@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/Kconfig
fs/nfs/nfs4file.c
fs/nfs/super.c
fs/nfs_common/Makefile
fs/nfs_common/nfs_ssc.c
fs/nfsd/Kconfig