]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] Fix double list addition in cifs posix open code
authorSteve French <sfrench@us.ibm.com>
Fri, 8 May 2009 03:04:30 +0000 (03:04 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 8 May 2009 03:04:30 +0000 (03:04 +0000)
commit254d1803af63e623459f34888c7b8a398d6a7cc7
treed1731b21e054dab9edde4f6132e8999d9f269063
parent31f17fd3181a8c5b8faa47924123360f5b4e2685
[CIFS] Fix double list addition in cifs posix open code

Remove adding open file entry twice to lists in the file
Do not fill file info twice in case of posix opens and creates

Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/dir.c
fs/cifs/file.c