Skip to content
Commit 590fe34c authored by David Woodhouse's avatar David Woodhouse
Browse files

[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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 4e571aba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment