commit | 859d22f9c3924ab87b05ded8ba922abc298c1d43 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 31 13:50:52 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 14:13:30 2013 -0400 |
tree | d84bf780f731173977d41f6086e428e50ce4268f | |
parent | 2043f495c7c1a06f7748b5bcd17656d93c95e1a6 [diff] |
scsi_proc: make proc_scsi_host_open() preallocate a bigger buffer Some of the ->show_info() instances really spew a lot; it's not a problem wrt correctness (seq_read() will grow buffer and call the sucker again), but in this case it makes sense to start with a somewhat bigger one - they often do exceed one page worth of output. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>