]> git.neil.brown.name Git - history.git/commit
[PATCH] iget_locked [6/6]
authorJan Harkes <jaharkes@cs.cmu.edu>
Mon, 20 May 2002 02:25:21 +0000 (19:25 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 20 May 2002 02:25:21 +0000 (19:25 -0700)
commit9b406173ebec1ced8c3071d6df1f025aa9a1d488
tree7b6fadad564683701dc022ecd8e939655ee34057
parentaa624c8d24de1cee65483886b3f4ffc2fbc72980
[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.
fs/coda/cnode.c
fs/inode.c
fs/nfs/inode.c
include/linux/fs.h
kernel/ksyms.c