From 588f17c88a415e19394d793be32f6a695449519f Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Wed, 29 Sep 2021 20:17:33 -0400 Subject: [PATCH] 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 --- lustre/include/lprocfs_status.h | 4 ---- 1 file changed, 4 deletions(-) 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, -- 1.8.3.1