mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
include/linux/eventfd.h: fix incorrect filename is a comment
Comment in eventfd.h referred to 'include/asm-generic/fcntl.h' while the correct path is 'include/uapi/asm-generic/fcntl.h'. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4debec7abc
commit
1d730c49a9
@ -13,7 +13,7 @@
|
|||||||
#include <linux/wait.h>
|
#include <linux/wait.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CAREFUL: Check include/asm-generic/fcntl.h when defining
|
* CAREFUL: Check include/uapi/asm-generic/fcntl.h when defining
|
||||||
* new flags, since they might collide with O_* ones. We want
|
* new flags, since they might collide with O_* ones. We want
|
||||||
* to re-use O_* flags that couldn't possibly have a meaning
|
* to re-use O_* flags that couldn't possibly have a meaning
|
||||||
* from eventfd, in order to leave a free define-space for
|
* from eventfd, in order to leave a free define-space for
|
||||||
|
Loading…
Reference in New Issue
Block a user