summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-09-01 05:49:26 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2024-09-01 05:49:26 +0200
commit6b9ffc4595ab936b10834167037acb992ebac34a (patch)
treed8cd628207cc27c5f2812ac725fcdb47036220b7 /include
parentMerge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs (diff)
parentcifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region (diff)
downloadlinux-6b9ffc4595ab936b10834167037acb992ebac34a.tar.xz
linux-6b9ffc4595ab936b10834167037acb992ebac34a.zip
Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French: - copy_file_range fix - two read fixes including read past end of file rc fix and read retry crediting fix - falloc zero range fix * tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6: cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region cifs: Fix copy offload to flush destination region netfs, cifs: Fix handling of short DIO read cifs: Fix lack of credit renegotiation on read retry
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfs.h b/include/linux/netfs.h
index 983816608f15..c47443e7a97e 100644
--- a/include/linux/netfs.h
+++ b/include/linux/netfs.h
@@ -198,6 +198,7 @@ struct netfs_io_subrequest {
#define NETFS_SREQ_NEED_RETRY 9 /* Set if the filesystem requests a retry */
#define NETFS_SREQ_RETRYING 10 /* Set if we're retrying */
#define NETFS_SREQ_FAILED 11 /* Set if the subreq failed unretryably */
+#define NETFS_SREQ_HIT_EOF 12 /* Set if we hit the EOF */
};
enum netfs_io_origin {