Re: [PATCH] block/nfs: fix int overflow in nfs_client_open_qdict

2020-12-15 Thread Kevin Wolf
Am 10.12.2020 um 10:00 hat Stefano Garzarella geschrieben: > On Wed, Dec 09, 2020 at 01:17:35PM +0100, Peter Lieven wrote: > > nfs_client_open returns the file size in sectors. This effectively > > makes it impossible to open files larger than 1TB. > > > > Fixes: a1a42af422d46812f1f0cebe6b230c2040

Re: [PATCH] block/nfs: fix int overflow in nfs_client_open_qdict

2020-12-10 Thread Stefano Garzarella
On Wed, Dec 09, 2020 at 01:17:35PM +0100, Peter Lieven wrote: nfs_client_open returns the file size in sectors. This effectively makes it impossible to open files larger than 1TB. Fixes: a1a42af422d46812f1f0cebe6b230c20409a3731 Cc: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven --- block/nf

[PATCH] block/nfs: fix int overflow in nfs_client_open_qdict

2020-12-09 Thread Peter Lieven
nfs_client_open returns the file size in sectors. This effectively makes it impossible to open files larger than 1TB. Fixes: a1a42af422d46812f1f0cebe6b230c20409a3731 Cc: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven --- block/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff