We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b065a commit 7b2b67dCopy full SHA for 7b2b67d
include/linux/fs.h
@@ -2207,7 +2207,7 @@ struct file_operations {
2207
/* Supports asynchronous lock callbacks */
2208
#define FOP_ASYNC_LOCK ((__force fop_flags_t)(1 << 6))
2209
/* File system supports uncached read/write buffered IO */
2210
-#define FOP_DONTCACHE 0 /* ((__force fop_flags_t)(1 << 7)) */
+#define FOP_DONTCACHE ((__force fop_flags_t)(1 << 7))
2211
2212
/* Wrap a directory iterator that needs exclusive inode access */
2213
int wrap_directory_iterator(struct file *, struct dir_context *,
0 commit comments