diff options
author | 2008-11-10 17:06:05 +1100 | |
---|---|---|
committer | 2008-11-10 17:06:05 +1100 | |
commit | d44dab8d1cde8aeba1faf44a7654f90800feb7fc (patch) | |
tree | f321eac9f9cb211284a987273d2d16c663f6955f | |
parent | [XFS] handle memory allocation failures during log initialisation (diff) | |
download | linux-dev-d44dab8d1cde8aeba1faf44a7654f90800feb7fc.tar.xz linux-dev-d44dab8d1cde8aeba1faf44a7654f90800feb7fc.zip |
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>
-rw-r--r-- | fs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/inode.c b/fs/inode.c index f84ba338fafd..098a2443196f 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 |