From: Oleg Drokin Date: Thu, 30 Sep 2021 00:17:33 +0000 (-0400) Subject: LU-8066 obdclass: Remove lprocfs_obd_short_io_bytes_* declarations X-Git-Tag: 2.14.56~167 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=588f17c88a415e19394d793be32f6a695449519f LU-8066 obdclass: Remove lprocfs_obd_short_io_bytes_* declarations The functions themselves were long renamed Change-Id: Ic97d83a56d065ff1dadfc9a01d878e246e06a847 Test-Parameters: trivial Fixes: 32fb31f3bf ("LU-8066 osc: move suitable values from procfs to sysfs") Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/45096 Reviewed-by: James Simmons Tested-by: jenkins Tested-by: Maloo Reviewed-by: Neil Brown Reviewed-by: Arshad Hussain --- diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index 2b04a14..2336a24 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -862,10 +862,6 @@ int lprocfs_obd_max_pages_per_rpc_seq_show(struct seq_file *m, void *data); ssize_t lprocfs_obd_max_pages_per_rpc_seq_write(struct file *file, const char __user *buffer, size_t count, loff_t *off); -int lprocfs_obd_short_io_bytes_seq_show(struct seq_file *m, void *data); -ssize_t lprocfs_obd_short_io_bytes_seq_write(struct file *file, - const char __user *buffer, - size_t count, loff_t *off); ssize_t short_io_bytes_show(struct kobject *kobj, struct attribute *attr, char *buf); ssize_t short_io_bytes_store(struct kobject *kobj, struct attribute *attr,