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:47:04 +0000 (19:47 +0100)
commit04b173066116b523c8bc5957e4e105865b3f7a33
tree0385819e4c22b03f18932141d155fa0620be0633
parent02d72fbeeae5b5d36da28462acd9698edccbb9b2
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