fs.h: fix outdated comment about file flags
authorLi Qiang <liq3ea@gmail.com>
Fri, 18 May 2018 02:01:03 +0000 (19:01 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 18 May 2018 02:19:39 +0000 (22:19 -0400)
The __dentry_open function was removed in
commit <2a027e7a18738>("fold __dentry_open() into its sole caller").

Signed-off-by: Li Qiang <liq3ea@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h

index 760d8da..7f07977 100644 (file)
@@ -94,7 +94,7 @@ typedef int (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
 
 /*
  * flags in file.f_mode.  Note that FMODE_READ and FMODE_WRITE must correspond
- * to O_WRONLY and O_RDWR via the strange trick in __dentry_open()
+ * to O_WRONLY and O_RDWR via the strange trick in do_dentry_open()
  */
 
 /* file is open for reading */