]> www.infradead.org Git - users/willy/pagecache.git/commit
dcache: Convert to use rosebush rosebush
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 21 Jun 2024 19:05:49 +0000 (15:05 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 26 Jun 2024 13:08:24 +0000 (09:08 -0400)
commit7a7ecd4f2b493425b64377e6293c81b06e7cc8ea
tree4bddd0fe808480ecbfb6fcaae8d0dcc8b7c348dc
parentf194ff9c78e75f5b2f74eab9cdc7d29970e7e295
dcache: Convert to use rosebush

Use the rosebush instead of a custom hashtable.  This is a deliberately
awful patch because I wouldn't want anyone applying it yet.  We need to
figure out how to implement d_unhashed() properly, and what to do about
IS_ROOT() dentries.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/dcache.c