struct fanotify_event_metadata

From: Andreas Schwab
Date: Sat Aug 14 2010 - 13:45:06 EST


The pid field of struct fanotify_event_metadata has 64 bits which looks
excessive. Wouldn't it make sense to make it 32 bits and swap it with
the mask field? That would avoid the unaligned mask field, and remove
the need for the packed attribute.

Andreas.

--
Andreas Schwab, schwab@xxxxxxxxxxxxxx
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/