aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorLi Qiang <liq3ea@gmail.com>2018-05-17 19:01:03 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2018-05-17 22:19:39 -0400
commit75abe32946604887a3fa600eb0956e9946d4170c (patch)
tree8a40a4ad93d0523e9acfde1617fddb62a36e78e3 /include/linux/fs.h
parent__inode_security_revalidate() never gets NULL opt_dentry (diff)
downloadlinux-dev-75abe32946604887a3fa600eb0956e9946d4170c.tar.xz
linux-dev-75abe32946604887a3fa600eb0956e9946d4170c.zip
fs.h: fix outdated comment about file flags
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>
Diffstat (limited to '')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 760d8da1b6c7..7f07977bdfd7 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -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 */