From: Miklos Szeredi Date: Tue, 6 Sep 2005 22:18:26 +0000 (-0700) Subject: [PATCH] cifs_create() fix X-Git-Tag: v2.6.14-rc1~625 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08fc0457af28f2ebec36296ea7ada6024fde81b;p=pandora-kernel.git [PATCH] cifs_create() fix cifs_create() did totally the wrong thing with nd->intent.open.flags: it interpreted nd->intent.open.flags as the original open flags, not the one transformed for open_namei(). Also it used the intent data even if it was not filled in (if called from sys_mknod()). Signed-off-by: Miklos Szeredi Cc: Cc: Christoph Hellwig Cc: Steven French Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed