[PATCH 09/13] overlayfs-fix-possible-leak-in-ovl_new_inode

2013-03-12 Thread Miklos Szeredi
From: Robin Dong After allocating a new inode, if the mode of inode is incorrect, we should release it by iput(). Signed-off-by: Robin Dong Signed-off-by: Miklos Szeredi --- fs/overlayfs/inode.c |1 + 1 file changed, 1 insertion(+) diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c

[PATCH 09/13] overlayfs: fix possible leak in ovl_new_inode

2012-09-20 Thread Miklos Szeredi
From: Robin Dong After allocating a new inode, if the mode of inode is incorrect, we should release it by iput(). Signed-off-by: Robin Dong Signed-off-by: Miklos Szeredi --- fs/overlayfs/inode.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/overlayfs/inode.c b/fs

[PATCH 09/13] overlayfs: fix possible leak in ovl_new_inode

2012-08-15 Thread Miklos Szeredi
From: Robin Dong After allocating a new inode, if the mode of inode is incorrect, we should release it by iput(). Signed-off-by: Robin Dong Signed-off-by: Miklos Szeredi --- fs/overlayfs/inode.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/overlayfs/inode.c b/fs