diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-11-10 01:06:05 -0500 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-11-10 01:06:05 -0500 |
commit | d44dab8d1cde8aeba1faf44a7654f90800feb7fc (patch) | |
tree | f321eac9f9cb211284a987273d2d16c663f6955f /fs/inode.c | |
parent | 644c3567d16b7e53cf52ae98c4150d601c9eacfe (diff) |
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>
Diffstat (limited to 'fs/inode.c')
-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) | |||
1334 | schedule(); | 1334 | schedule(); |
1335 | return 0; | 1335 | return 0; |
1336 | } | 1336 | } |
1337 | EXPORT_SYMBOL(inode_wait); | ||
1337 | 1338 | ||
1338 | /* | 1339 | /* |
1339 | * If we try to find an inode in the inode hash while it is being | 1340 | * If we try to find an inode in the inode hash while it is being |