From: Dave Hansen Date: Fri, 15 Feb 2008 22:37:26 +0000 (-0800) Subject: [PATCH] fix up new filp allocators X-Git-Tag: v2.6.25-rc7~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=430e285e0817e3e18aadd814bc078d50d8af0cbf;p=pandora-kernel.git [PATCH] fix up new filp allocators Some new uses of get_empty_filp() have crept in; switched to alloc_file() to make sure that pieces of initialization won't be missing. We really need to kill get_empty_filp(). [AV] fixed dentry leak on failure exit in anon_inode_getfd() Cc: Erez Zadok Cc: Trond Myklebust Cc: "J Bruce Fields" Acked-by: Al Viro Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Dave Hansen Signed-off-by: Al Viro --- Reading git-diff-tree failed