Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fuse: remove FUSE_NOTIFY_CODE_MAX from <uapi/linux/fuse.h>

Constants that change value from version to version have no place in an
interface definition.

Hopefully this won't break anything.

Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>

-1
-1
include/uapi/linux/fuse.h
··· 680 680 FUSE_NOTIFY_DELETE = 6, 681 681 FUSE_NOTIFY_RESEND = 7, 682 682 FUSE_NOTIFY_INC_EPOCH = 8, 683 - FUSE_NOTIFY_CODE_MAX, 684 683 }; 685 684 686 685 /* The read buffer is required to be at least 8k, but may be much larger */