summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorJakob Koschel <jakobkoschel@gmail.com>2022-04-01 00:53:28 +0300
committerIlya Dryomov <idryomov@gmail.com>2022-05-25 21:45:13 +0300
commit57a5df0e8653a4ae4fa8f8fbfed8f1f0d734ebc0 (patch)
tree8bb1f3ed1e24cdcdab3ac18599ae3571173b653c /fs/ceph/mds_client.h
parent7ffe4fcea789552fac47216188f30559c329c847 (diff)
downloadlinux-57a5df0e8653a4ae4fa8f8fbfed8f1f0d734ebc0.tar.xz
ceph: use dedicated list iterator variable
To move the list iterator variable into the list_for_each_entry_*() macro in the future it should be avoided to use the list iterator variable after the loop body. To *never* use the list iterator variable after the loop it was concluded to use a separate iterator variable. Link: https://lore.kernel.org/all/CAHk-=wgRr_D8CB-D9Kg-c=EHreAsk5SqXPwr9Y7k9sA6cWXJ6w@mail.gmail.com/ Signed-off-by: Jakob Koschel <jakobkoschel@gmail.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
0 files changed, 0 insertions, 0 deletions