society.oftrolls.com is part of the decentralized social network powered by Mastodon.
A nice little Mastodon instance. Mild trolling encouraged (keep it local), but not required. Malicious behaviour is not tolerated. Follow Wheaton's law and you'll be fine.

Administered by:

Server stats:

19
active users

Learn more

Wrong answers only: what does this kernel code do?

struct file *file = (struct file *)(v & ~3);
Arnd Bergmann

@jmorris this returns a pointer to the inode of the third open file descriptor of the current thread, i.e stdout.