From: Steve French Date: Thu, 21 May 2009 22:21:53 +0000 (+0000) Subject: [CIFS] fix posix open regression X-Git-Tag: v2.6.30-rc7~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703a3b8e5c01cf6fb33c6d8dc99905f889a4e992;p=pandora-kernel.git [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: Steve French Reviewed-by: Shirish Pargaonkar Tested-by: Jeff Layton Tested-by: Luca Tettamanti --- Reading git-diff-tree failed