mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
NFSv3: Clean up timespec encode
Simplify the struct iattr timestamp encoding by skipping the step of an intermediate struct timespec. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
@@ -869,7 +869,7 @@ struct nfs3_sattrargs {
|
||||
struct nfs_fh * fh;
|
||||
struct iattr * sattr;
|
||||
unsigned int guard;
|
||||
struct timespec guardtime;
|
||||
struct timespec64 guardtime;
|
||||
};
|
||||
|
||||
struct nfs3_diropargs {
|
||||
|
||||
Reference in New Issue
Block a user