Is there a reason why this isn't allowed now? --- fs/fcntl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/fcntl.c b/fs/fcntl.c index 8685263..fc0c92e 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -203,7 +203,7 @@ asmlinkage long sys_dup(unsigned int fildes) return ret; } -#define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | FASYNC | O_DIRECT | O_NOATIME) +#define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | FASYNC | O_DIRECT | O_NOATIME | O_SYNC) static int setfl(int fd, struct file * filp, unsigned long arg) {
Attachment:
signature.asc
Description: This is a digitally signed message part
- Prev by Date: Re: [RFC/PATCH] SO_NO_CHECK for IPv6
- Next by Date: [PATCH RFC] [1/9] Core module symbol namespaces code and intro.
- Previous by thread: Where is the interrupt going?
- Next by thread: [PATCH RFC] [1/9] Core module symbol namespaces code and intro.
- Index(es):