driverfs: don't dynamically allocate and duplicate struct driver_file_entry's any more
Now that all unique information about struct driver_file_entry's are gone (the dentry and parent pointers), the data in them is shared among all users of the entry. So, we don't have any reason to dynamically allocate and duplicate the data anymore.
Showing
Please register or sign in to comment