Project

General

Profile

Actions

Bug #694

closed

UFS inode hash chain conversion to SLIST

Added by josepht almost 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The attached patch is my attempt to convert the i_next field in struct
inode to an SLIST. I'm not sure if I handled the initialization
correctly or if I handled the ilast part of ufs_ihashins() correctly.
It seems to me that a STAILQ may be a better choice since it seems
like all insertions are done on the tail of the list (queue).
Comments are welcome.

Thanks,
Joe


Files

ufs_ihash.patch (4.46 KB) ufs_ihash.patch josepht, 06/13/2007 12:43 AM
Actions

Also available in: Atom PDF