You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
scsi: bury ->proc_info()
all users converted to ->show_info()/->write_info() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -341,7 +341,6 @@ struct scsi_host_template {
|
||||
*
|
||||
* Status: OBSOLETE
|
||||
*/
|
||||
int (*proc_info)(struct Scsi_Host *, char *, char **, off_t, int, int);
|
||||
int (*show_info)(struct seq_file *, struct Scsi_Host *);
|
||||
int (*write_info)(struct Scsi_Host *, char *, int);
|
||||
|
||||
@@ -378,7 +377,7 @@ struct scsi_host_template {
|
||||
|
||||
/*
|
||||
* Used to store the procfs directory if a driver implements the
|
||||
* proc_info or show_info method.
|
||||
* show_info method.
|
||||
*/
|
||||
struct proc_dir_entry *proc_dir;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user