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 b8e6d7c commit f3dd9aeCopy full SHA for f3dd9ae
include/linux/dax.h
@@ -27,12 +27,6 @@ struct dax_operations {
27
*/
28
long (*direct_access)(struct dax_device *, pgoff_t, long,
29
enum dax_access_mode, void **, pfn_t *);
30
- /*
31
- * Validate whether this device is usable as an fsdax backing
32
- * device.
33
- */
34
- bool (*dax_supported)(struct dax_device *, struct block_device *, int,
35
- sector_t, sector_t);
36
/* zero_page_range: required operation. Zero page range */
37
int (*zero_page_range)(struct dax_device *, pgoff_t, size_t);
38
/*
0 commit comments