diff options
| author | Jan Blunck <[email protected]> | 2007-02-10 01:44:59 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-02-11 10:51:26 -0800 |
| commit | 4a3b0a490d49ada8bbf3f426be1a0ace4dcd0a55 (patch) | |
| tree | 3816f425c64a7b551894f098b6f5b5f238339ed0 /include/linux/debugobjects.h | |
| parent | 068135e63518314d4efd711142f674ad0841599e (diff) | |
[PATCH] igrab() should check for I_CLEAR
When igrab() is calling __iget() on an inode it should check if
clear_inode() has been called on the inode already. Otherwise there is a
race window between clear_inode() and destroy_inode() where igrab() calls
__iget() which leads to already free inodes on the inode lists.
Signed-off-by: Vandana Rungta <[email protected]>
Signed-off-by: Jan Blunck <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions