Poul-Henning Kamp 0fa2443f0e Uncut&paste cache_lookup().
This unifies several times in theory indentical 50 lines of code.

The filesystems have a new method: vop_cachedlookup, which is the
meat of the lookup, and use vfs_cache_lookup() for their vop_lookup
method.  vfs_cache_lookup() will check the namecache and pass on
to the vop_cachedlookup method in case of a miss.

It's still the task of the individual filesystems to populate the
namecache with cache_enter().

Filesystems that do not use the namecache will just provide the
vop_lookup method as usual.
1997-08-26 07:32:51 +00:00
..
1997-05-04 15:24:23 +00:00
1997-03-11 19:38:02 +00:00
1996-11-27 22:52:25 +00:00
1997-08-02 04:56:44 +00:00
1997-04-06 11:14:13 +00:00
1997-05-11 14:54:41 +00:00
1997-02-23 09:21:14 +00:00
1997-01-21 23:23:40 +00:00
1997-08-25 20:21:54 +00:00
1997-05-03 21:05:03 +00:00
1997-08-19 05:57:04 +00:00
1997-08-19 05:57:04 +00:00
1997-08-19 05:57:04 +00:00
1997-08-26 07:32:51 +00:00