fs: xfs needs inode_wait to be exported

Since wait_on_inode() references it.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
Stephen Rothwell 2008-11-10 17:06:05 +11:00 committed by Lachlan McIlroy
parent 644c3567d1
commit d44dab8d1c

View File

@ -1334,6 +1334,7 @@ int inode_wait(void *word)
schedule(); schedule();
return 0; return 0;
} }
EXPORT_SYMBOL(inode_wait);
/* /*
* If we try to find an inode in the inode hash while it is being * If we try to find an inode in the inode hash while it is being