Re: [PATCH] fuse: BUG_ON correction in fuse_dev_splice_write()

2019-10-03 Thread Miklos Szeredi
On Mon, Aug 19, 2019 at 8:53 AM Vasily Averin wrote: > > commit 963545357202 ("fuse: reduce allocation size for splice_write") > changed size of bufs array, so BUG_ON which checks the index of the array > shold also be fixed. > > Fixes: 963545357202 ("fuse: reduce allocation size for splice_write"

[PATCH] fuse: BUG_ON correction in fuse_dev_splice_write()

2019-08-18 Thread Vasily Averin
commit 963545357202 ("fuse: reduce allocation size for splice_write") changed size of bufs array, so BUG_ON which checks the index of the array shold also be fixed. Fixes: 963545357202 ("fuse: reduce allocation size for splice_write") Signed-off-by: Vasily Averin --- fs/fuse/dev.c | 7 --- 1