aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-12-17 14:24:20 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2009-12-17 11:03:24 -0500
commit76b7e0058d09f8104387980a690001681c04cc0a (patch)
tree98ed096b9f5f7e25651a7d10750706026c543250 /arch/alpha/include/asm
parentVFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size (diff)
downloadlinux-dev-76b7e0058d09f8104387980a690001681c04cc0a.tar.xz
linux-dev-76b7e0058d09f8104387980a690001681c04cc0a.zip
fix up O_SYNC comments
Proper Posix O_SYNC handling only made it into 2.6.33, not 2.6.32. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/include/asm')
-rw-r--r--arch/alpha/include/asm/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/fcntl.h b/arch/alpha/include/asm/fcntl.h
index 21b1117a0c61..70145cbb21cb 100644
--- a/arch/alpha/include/asm/fcntl.h
+++ b/arch/alpha/include/asm/fcntl.h
@@ -16,7 +16,7 @@
#define O_NOATIME 04000000
#define O_CLOEXEC 010000000 /* set close_on_exec */
/*
- * Before Linux 2.6.32 only O_DSYNC semantics were implemented, but using
+ * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
* the O_SYNC flag. We continue to use the existing numerical value
* for O_DSYNC semantics now, but using the correct symbolic name for it.
* This new value is used to request true Posix O_SYNC semantics. It is