Re: allow ->read_iter on debugfs

2020-07-13 Thread Greg KH
On Mon, Jul 13, 2020 at 09:37:28AM +0200, Christoph Hellwig wrote: > Hi Greg, > > in my filesystem set_fs removel series I convert the seq_file interface > to be iov_iter based. It turns out debugfs needs this little patch > to proxy read_iter as well. Let me know if you are ok with me queueing

allow ->read_iter on debugfs

2020-07-13 Thread Christoph Hellwig
Hi Greg, in my filesystem set_fs removel series I convert the seq_file interface to be iov_iter based. It turns out debugfs needs this little patch to proxy read_iter as well. Let me know if you are ok with me queueing this up with the rest of the series.