Skip to content
Commit 8f2c7198 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

inode_find: Now takes struct inode_desc_s type as input. This was necessary...

inode_find:  Now takes struct inode_desc_s type as input.  This was necessary before that structure includes some data storage.  It was used within inode_find(), but that means that the life of the data was the life of inode_find().  That data must persist longer.  It is now provided by the caller so that the life of the data persists for the entire life of the caller.
parent 990bed90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment