Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Rothwell and committed by
Lachlan McIlroy
d44dab8d 644c3567

+1
+1
fs/inode.c
··· 1334 1334 schedule(); 1335 1335 return 0; 1336 1336 } 1337 + EXPORT_SYMBOL(inode_wait); 1337 1338 1338 1339 /* 1339 1340 * If we try to find an inode in the inode hash while it is being