From: Bryan Schumaker Date: Fri, 19 Apr 2013 20:09:38 +0000 (-0400) Subject: nfsd: Decode and send 64bit time values X-Git-Tag: v3.2.45~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48cb5f069117a32220b09f1a7897d75ea51d221c;p=pandora-kernel.git nfsd: Decode and send 64bit time values commit bf8d909705e9d9bac31d9b8eac6734d2b51332a7 upstream. The seconds field of an nfstime4 structure is 64bit, but we are assuming that the first 32bits are zero-filled. So if the client tries to set atime to a value before the epoch (touch -t 196001010101), then the server will save the wrong value on disk. Signed-off-by: Bryan Schumaker Signed-off-by: J. Bruce Fields Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed