Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75abe329 authored by Li Qiang's avatar Li Qiang Committed by Al Viro
Browse files

fs.h: fix outdated comment about file flags



The __dentry_open function was removed in
commit <2a027e7a>("fold __dentry_open() into its sole caller").

Signed-off-by: default avatarLi Qiang <liq3ea@gmail.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e9193288
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */