Hi Daniel, On Mon, Jun 27, 2022 at 11:08:32AM +0200, Daniel Vetter wrote: > On Sat, Jun 25, 2022 at 01:01:14PM +0200, Jason A. Donenfeld wrote: > > This is already set by anon_inode_getfile(), since dma_buf_fops has > > non-NULL ->llseek, so we don't need to set it here too. > > > > Suggested-by: Al Viro <v...@zeniv.linux.org.uk> > > Cc: Sumit Semwal <sumit.sem...@linaro.org> > > Cc: Christian König <christian.koe...@amd.com> > > Cc: dri-devel@lists.freedesktop.org > > Signed-off-by: Jason A. Donenfeld <ja...@zx2c4.com> > > I'm assuming this is part of a vfs cleanup and lands through that tree? > For that: > > Acked-by: Daniel Vetter <daniel.vet...@ffwll.ch>
With the exception of the first patch (which is more urgent), yes, that is my assumption too. Jason