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
It is used to increment the refcount on the module when a file is opened. This ensures that the module is not unloaded while there are files using it; if we don't initialise this field, we don't get this protection.