commit | 391e575556109744ae0aa198c1e245588a3ea76a | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Sep 24 11:32:59 2008 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Wed Sep 24 19:07:36 2008 +0000 |
tree | 90980d20d071415ba7f601acd3139ae7121123bf | |
parent | 7ce86d5a93ffe2542e6558a97ab055377df8cde3 [diff] |
cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle The rename destination isn't supposed to be null terminated. Also, change the name string arg to be const. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>