Re: [PATCH v10 6/6] dma-buf: Document that dma-buf size is fixed

2020-11-13 Thread Daniel Vetter
On Thu, Nov 12, 2020 at 09:25:14AM -0400, Jason Gunthorpe wrote: > On Wed, Nov 11, 2020 at 05:33:23PM +0100, Daniel Vetter wrote: > > On Tue, Nov 10, 2020 at 01:41:17PM -0800, Jianxin Xiong wrote: > > > The fact that the size of dma-buf is invariant over the lifetime of the > > > buffer is mentione

Re: [PATCH v10 6/6] dma-buf: Document that dma-buf size is fixed

2020-11-13 Thread Jason Gunthorpe
On Wed, Nov 11, 2020 at 05:33:23PM +0100, Daniel Vetter wrote: > On Tue, Nov 10, 2020 at 01:41:17PM -0800, Jianxin Xiong wrote: > > The fact that the size of dma-buf is invariant over the lifetime of the > > buffer is mentioned in the comment of 'dma_buf_ops.mmap', but is not > > documented at wher

Re: [PATCH v10 6/6] dma-buf: Document that dma-buf size is fixed

2020-11-11 Thread Daniel Vetter
On Tue, Nov 10, 2020 at 01:41:17PM -0800, Jianxin Xiong wrote: > The fact that the size of dma-buf is invariant over the lifetime of the > buffer is mentioned in the comment of 'dma_buf_ops.mmap', but is not > documented at where the info is defined. Add the missing documentation. > > Signed-off-b

[PATCH v10 6/6] dma-buf: Document that dma-buf size is fixed

2020-11-10 Thread Jianxin Xiong
The fact that the size of dma-buf is invariant over the lifetime of the buffer is mentioned in the comment of 'dma_buf_ops.mmap', but is not documented at where the info is defined. Add the missing documentation. Signed-off-by: Jianxin Xiong --- include/linux/dma-buf.h | 4 ++-- 1 file changed,