]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/fs.h
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel...
[thirdparty/linux.git] / include / linux / fs.h
index d46ae1e525fc9f3f27e4bd965545670384e70bbb..c85916e9f7db500474d043c1f6a6b5e5c8d22020 100644 (file)
@@ -166,6 +166,8 @@ typedef int (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
 /* File supports DIRECT IO */
 #define        FMODE_CAN_ODIRECT       ((__force fmode_t)0x400000)
 
+#define        FMODE_NOREUSE           ((__force fmode_t)0x800000)
+
 /* File was opened by fanotify and shouldn't generate fanotify events */
 #define FMODE_NONOTIFY         ((__force fmode_t)0x4000000)