kchat
kchat copied to clipboard
Use i_private instead of maintaining a list of servers
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.