Skip to content

Commit

Permalink
fs: xfs needs inode_wait to be exported
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Lachlan McIlroy committed Nov 10, 2008
1 parent 644c356 commit d44dab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d44dab8

Please sign in to comment.