From: Miklos Szeredi Date: Wed, 23 May 2007 20:57:32 +0000 (-0700) Subject: fuse: fix mknod of regular file X-Git-Tag: v2.6.22-rc3~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ba347f27f2508e3da023688d047e111cbbe2da;p=pandora-kernel.git fuse: fix mknod of regular file The wrong lookup flag was tested in ->create() causing havoc (error or Oops) when a regular file was created with mknod() in a fuse filesystem. Thanks to J. Cameijo Cerdeira for the report. Kernels 2.6.18 onward are affected. Please apply to -stable as well. Signed-off-by: Miklos Szeredi Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed