mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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>
This commit is contained in:
parent
02d47e213d
commit
0a0fdb98d1
|
|
@ -680,7 +680,6 @@ enum fuse_notify_code {
|
|||
FUSE_NOTIFY_DELETE = 6,
|
||||
FUSE_NOTIFY_RESEND = 7,
|
||||
FUSE_NOTIFY_INC_EPOCH = 8,
|
||||
FUSE_NOTIFY_CODE_MAX,
|
||||
};
|
||||
|
||||
/* The read buffer is required to be at least 8k, but may be much larger */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user