From: Stephen Rothwell Date: Mon, 10 Nov 2008 06:06:05 +0000 (+1100) Subject: fs: xfs needs inode_wait to be exported X-Git-Tag: v2.6.30-rc8~5^2~131 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=d44dab8d1cde8aeba1faf44a7654f90800feb7fc fs: xfs needs inode_wait to be exported Since wait_on_inode() references it. Signed-off-by: Stephen Rothwell Reviewed-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- diff --git a/fs/inode.c b/fs/inode.c index f84ba33..098a244 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -1334,6 +1334,7 @@ int inode_wait(void *word) schedule(); return 0; } +EXPORT_SYMBOL(inode_wait); /* * If we try to find an inode in the inode hash while it is being