projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
644c356
)
fs: xfs needs inode_wait to be exported
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 10 Nov 2008 06:06:05 +0000
(17:06 +1100)
committer
Lachlan McIlroy
<lachlan@redback.melbourne.sgi.com>
Mon, 10 Nov 2008 06:06:05 +0000
(17:06 +1100)
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>
fs/inode.c
patch
|
blob
|
history
diff --git
a/fs/inode.c
b/fs/inode.c
index
f84ba33
..
098a244
100644
(file)
--- 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