You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation uses just ilookup. It would be better to use internal cache (as in kobject_file implementation) and then use ilookup as a fail-safe if the inode is not present in the internal cache.
The text was updated successfully, but these errors were encountered:
Current implementation uses just
ilookup
. It would be better to use internal cache (as inkobject_file
implementation) and then useilookup
as a fail-safe if the inode is not present in the internal cache.The text was updated successfully, but these errors were encountered: