Loading include/linux/fs.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
include/linux/fs.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading