aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/inode.c1
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}
1337EXPORT_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