struct file: use anonymous union member for rcuhead and llist
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 May 2022 13:28:12 +0000 (09:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 May 2022 13:28:12 +0000 (09:28 -0400)
commitcfe3196954a9d1c939ada7c626f2b2d23764cc02
tree2426a0dc5a2b69e24da6d54fb87d5fd1b7b1143a
parent447262443a4dbf88ae5b21de5c77197f084cdca4
struct file: use anonymous union member for rcuhead and llist

Once upon a time we couldn't afford anon unions; these days minimal
gcc version had been raised enough to take care of that.
fs/file_table.c
include/linux/fs.h