kchat icon indicating copy to clipboard operation
kchat copied to clipboard

Use i_private instead of maintaining a list of servers

Open brenns10 opened this issue 9 years ago • 0 comments

Similar to the private_data field of struct file, it appears that there is an i_private field of struct inode that is just waiting to be used to hold our struct kchat_server. With this, we could entirely eliminate the server list, which would be nice.

brenns10 avatar Nov 04 '16 13:11 brenns10