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 9fcf235 commit d46a7b2Copy full SHA for d46a7b2
include/linux/fscache.h
@@ -498,9 +498,6 @@ static inline void fscache_end_operation(struct netfs_cache_resources *cres)
498
*
499
* NETFS_READ_HOLE_IGNORE - Just try to read (may return a short read).
500
501
- * NETFS_READ_HOLE_CLEAR - Seek for data, clearing the part of the buffer
502
- * skipped over, then do as for IGNORE.
503
- *
504
* NETFS_READ_HOLE_FAIL - Give ENODATA if we encounter a hole.
505
*/
506
static inline
include/linux/netfs.h
@@ -318,7 +318,6 @@ struct netfs_request_ops {
318
319
enum netfs_read_from_hole {
320
NETFS_READ_HOLE_IGNORE,
321
- NETFS_READ_HOLE_CLEAR,
322
NETFS_READ_HOLE_FAIL,
323
};
324
0 commit comments