From 9b406173ebec1ced8c3071d6df1f025aa9a1d488 Mon Sep 17 00:00:00 2001 From: Jan Harkes Date: Sun, 19 May 2002 19:25:21 -0700 Subject: [PATCH] iget_locked [6/6] As of the last patch the inode_hashtable doesn't really need to be indexed by i_ino anymore, the only reason we still have to keep the hashvalue and i_ino identical is because of insert_inode_hash. If at some point a FS specific getattr method is implemented it will be possible to completely remove any use of i_ino by the VFS. --- kernel/ksyms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/ksyms.c b/kernel/ksyms.c index a3a721cbd426..51bf57dfda33 100644 --- a/kernel/ksyms.c +++ b/kernel/ksyms.c @@ -537,7 +537,7 @@ EXPORT_SYMBOL(clear_inode); EXPORT_SYMBOL(init_special_inode); EXPORT_SYMBOL(__get_hash_table); EXPORT_SYMBOL(new_inode); -EXPORT_SYMBOL(insert_inode_hash); +EXPORT_SYMBOL(__insert_inode_hash); EXPORT_SYMBOL(remove_inode_hash); EXPORT_SYMBOL(buffer_insert_list); EXPORT_SYMBOL(make_bad_inode); -- cgit v1.2.3