Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d44dab8d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Lachlan McIlroy
Browse files

fs: xfs needs inode_wait to be exported



Since wait_on_inode() references it.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: default avatarDave Chinner <david@fromorbit.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent 644c3567
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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