linux-stable/net/ceph
Al Viro 5a19095103 use less confusing names for iov_iter direction initializers
[ Upstream commit de4eda9de2 ]

READ/WRITE proved to be actively confusing - the meanings are
"data destination, as used with read(2)" and "data source, as
used with write(2)", but people keep interpreting those as
"we read data from it" and "we write data to it", i.e. exactly
the wrong way.

Call them ITER_DEST and ITER_SOURCE - at least that is harder
to misinterpret...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Stable-dep-of: 6dd88fd59d ("vhost-scsi: unbreak any layout for response")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-09 11:28:04 +01:00
..
crush
armor.c
auth.c
auth_none.c
auth_none.h
auth_x.c
auth_x.h
auth_x_protocol.h
buffer.c
ceph_common.c
ceph_hash.c
ceph_strings.c
cls_lock_client.c
crypto.c
crypto.h
debugfs.c
decode.c
Kconfig
Makefile
messenger.c libceph: drop last_piece flag from ceph_msg_data_cursor 2022-10-04 19:18:08 +02:00
messenger_v1.c use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
messenger_v2.c use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
mon_client.c treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
msgpool.c
osd_client.c treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
osdmap.c libceph: print fsid and epoch with osd id 2022-08-03 00:54:12 +02:00
pagelist.c libceph: fix ceph_pagelist_reserve() comment typo 2022-08-03 00:54:13 +02:00
pagevec.c
snapshot.c
string_table.c
striper.c