Skip to content
Commit 703a3b8e authored by Steve French's avatar Steve French
Browse files

[CIFS] fix posix open regression



Posix open code was not properly adding the file to the
list of open files.  Fix  allocating cifsFileInfo
more than once, and adding twice to flist and tlist.
Also fix mode setting to be done in one place in these
paths.

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
Reviewed-by: default avatarShirish Pargaonkar <shirishp@us.ibm.com>
Tested-by: default avatarJeff Layton <jlayton@redhat.com>
Tested-by: default avatarLuca Tettamanti <kronos.it@gmail.com>
parent 5805977e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment