https://github.com/torvalds/linux
Revision 62731fa0c893515dc6cbc3e0a2879a92793c735f authored by Alexey Zaytsev on 22 November 2010, 00:33:03 UTC, committed by Eric Paris on 15 December 2010, 18:56:33 UTC
To implement per event type optional headers we are interested in
knowing how long the metadata structure is.  This patch slits the __u32
version field into a __u8 version and a __u16 metadata_len field (with
__u8 left over).  This should allow for backwards compat ABI.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
[rewrote descrtion and changed object sizes and ordering - eparis]
Signed-off-by: Eric Paris <eparis@redhat.com>
1 parent fdbf3ce
History
Tip revision: 62731fa0c893515dc6cbc3e0a2879a92793c735f authored by Alexey Zaytsev on 22 November 2010, 00:33:03 UTC
fanotify: split version into version and metadata_len
Tip revision: 62731fa
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 178.4 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top