]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nfs: disable client side deduplication
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 31 May 2019 21:06:05 +0000 (14:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Sep 2019 05:18:04 +0000 (07:18 +0200)
commitbadbf863ed911900c2db0de1634b850c3073d164
tree404c6a621d3bb3296b1f71fdaa1fb632c1726f9f
parent543792290cce90676a1b272694715a250288b55d
nfs: disable client side deduplication

commit 9026b3a973b0b0b73c15ba40aff87cd0959fd0f3 upstream.

The NFS protocol doesn't support deduplication, so turn it off again.

Fixes: ce96e888fe48e ("Fix nfs4.2 return -EINVAL when do dedupe operation")
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4file.c