NFSv2: Fix a typo in encode_sattr()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 4 Oct 2019 21:01:54 +0000 (17:01 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2020 18:48:47 +0000 (19:48 +0100)
commit2455e1b8199c489b58df3710e4be4051a3692b9a
tree90fde1a428cf15fb43e3cdfefe45491fb169e6a8
parent6a0336ecaa42ea3d09168930be5bc914b3d6a4ed
NFSv2: Fix a typo in encode_sattr()

commit ad97a995d8edff820d4238bd0dfc69f440031ae6 upstream.

Encode the mtime correctly.

Fixes: 95582b0083883 ("vfs: change inode times to use struct timespec64")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs2xdr.c