Re: numerous statfs bugs

2016-04-25 Thread Martin Natano
On Sun, Apr 24, 2016 at 01:48:04PM +0200, Stefan Kempf wrote: > > Diff reads good to me. Any reason why you changed setting f_mntfromname > from "fusefs" to "fuse"? No, it's a typo; updated diff below. Thanks! natano Index: isofs/cd9660/cd9660_vfsops.c

Re: numerous statfs bugs

2016-04-24 Thread Stefan Kempf
Martin Natano wrote: > There seem to be a number of issues with statfs related code in the > kernel. The first issue is inside of the copy_statfs_info() function > which is designed to be used by the filesystem's .vfs_statfs > implementations to copy data from mp->mnt_stat to the target stat > buff

numerous statfs bugs

2016-04-19 Thread Martin Natano
There seem to be a number of issues with statfs related code in the kernel. The first issue is inside of the copy_statfs_info() function which is designed to be used by the filesystem's .vfs_statfs implementations to copy data from mp->mnt_stat to the target stat buffer. copy_statfs_info() always c