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:
cfd95a9
)
[PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir()
author
Sergey Vlasov
<vsu@altlinux.ru>
Mon, 12 Jun 2006 20:53:23 +0000
(21:53 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 12 Jun 2006 21:29:04 +0000
(14:29 -0700)
shmem_rmdir() must undo the increment of i_nlink done in
shmem_get_inode() for directories, otherwise at least
IN_DELETE_SELF inotify event generation is broken.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found