git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a993b54
)
vfat: Fix vfat_find() error path in vfat_lookup()
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Thu, 6 Nov 2008 20:53:51 +0000
(12:53 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 6 Nov 2008 23:41:21 +0000
(15:41 -0800)
Current vfat_lookup() creates negetive dentry blindly if vfat_find()
returned a error. It's wrong. If the error isn't -ENOENT, just return
error.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found