[PATCH] Allow changing O_SYNC with fcntl().

From: Timo Sirainen
Date: Wed Nov 21 2007 - 21:38:28 EST


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