From: David Woodhouse Date: Thu, 1 May 2008 14:53:28 +0000 (+0100) Subject: [JFFS2] Quiet lockdep false positive. X-Git-Tag: v2.6.26-rc1~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590fe34c47cb5c2d836ac76fabc5f160bf31a3f1;p=pandora-kernel.git [JFFS2] Quiet lockdep false positive. Don't hold f->sem while calling into jffs2_do_create(). It makes lockdep unhappy, and we don't really need it -- the _reason_ it's a false positive is because nobody else can see this inode yet and so nobody will be trying to lock it anyway. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed