commit | d44a9fe2c8af3fee8edb203e9b11e507851c50fa | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Jan 07 11:30:29 2011 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Sun Jan 09 23:39:24 2011 +0000 |
tree | 3deff359e1d04811af9c0b232107180d6bd490cd | |
parent | ca40b714b8f9f20118b7071cb7cf49954166dbdf [diff] |
cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo We call CIFSSMBUnixSetPathInfo in these functions, but we have a filehandle since an open was just done. Switch these functions to use CIFSSMBUnixSetFileInfo instead. In practice, these codepaths are only used if posix opens are broken. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>