]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: send: remove unused send_ctx::{total,cmd}_send_size
authorOmar Sandoval <osandov@fb.com>
Thu, 17 Mar 2022 17:25:37 +0000 (10:25 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:32 +0000 (17:45 +0200)
commitf5e1339271e0ea254de6288e813ed8970970d96c
tree53d608551726070f01cbc0a032be4a0f9885e384
parent12078f2a73e68132a92ecd9c40009dc483b6f1c3
btrfs: send: remove unused send_ctx::{total,cmd}_send_size

We collect these statistics but have never exposed them in any way. I
also didn't find any patches that ever attempted to make use of them.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c