From: Roland Dreier Date: Wed, 16 Dec 2009 20:43:11 +0000 (-0800) Subject: re-export alloc_file() X-Git-Tag: v2.6.33-rc1~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73efc4681cb5e3c8807daf106f001e7f0798d8a0;p=pandora-kernel.git re-export alloc_file() Commit 3d1e4631 ("get rid of init_file()") removed the export of alloc_file() -- possibly inadvertently, since that commit mainly consisted of deleting the lines between the end of alloc_file() and the start of the code in init_file(). There is in fact one modular use of alloc_file() in the tree, in drivers/infiniband/core/uverbs_main.c, so re-add the export to fix: ERROR: "alloc_file" [drivers/infiniband/core/ib_uverbs.ko] undefined! when CONFIG_INFINIBAND_USER_ACCESS=m. Cc: Al Viro Signed-off-by: Roland Dreier Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed