diff options
Diffstat (limited to 'fs/cifs/smb2inode.c')
-rw-r--r-- | fs/cifs/smb2inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2inode.c b/fs/cifs/smb2inode.c index 84c012a6aba0..0150182a4494 100644 --- a/fs/cifs/smb2inode.c +++ b/fs/cifs/smb2inode.c | |||
@@ -91,7 +91,7 @@ smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon, | |||
91 | case SMB2_OP_SET_EOF: | 91 | case SMB2_OP_SET_EOF: |
92 | tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, | 92 | tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, |
93 | fid.volatile_fid, current->tgid, | 93 | fid.volatile_fid, current->tgid, |
94 | (__le64 *)data); | 94 | (__le64 *)data, false); |
95 | break; | 95 | break; |
96 | case SMB2_OP_SET_INFO: | 96 | case SMB2_OP_SET_INFO: |
97 | tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, | 97 | tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, |