[Devel] [PATCH RH7] ioctl: use sb from file inode when make FIGETBSZ check

2017-02-09 Thread Pavel Tikhomirov
On overlayfs blocksize on super_block is not set, and FIGETBSZ returns blocksize of an underlying fs, so we also need to do our check for underlying sb. Rebase commit a3ee37c28983 ("rh7: import RHEL7 kernel-3.10.0-514.el7") brought ms commit 4bacc9c9234c ("overlayfs: Make f_path always point to th

Re: [Devel] [PATCH RH7] ioctl: use sb from file inode when make FIGETBSZ check

2017-02-09 Thread Pavel Tikhomirov
On 02/09/2017 07:11 PM, Pavel Tikhomirov wrote: On overlayfs blocksize on super_block is not set, and FIGETBSZ returns blocksize of an underlying fs, so we also need to do our check for underlying sb. Rebase commit a3ee37c28983 ("rh7: import RHEL7 kernel-3.10.0-514.el7") brought ms commit 4bac

Re: [Devel] [PATCH RH7] ioctl: use sb from file inode when make FIGETBSZ check

2017-02-13 Thread Kirill Tkhai
On 09.02.2017 19:11, Pavel Tikhomirov wrote: > On overlayfs blocksize on super_block is not set, and FIGETBSZ > returns blocksize of an underlying fs, so we also need to do our > check for underlying sb. > > Rebase commit a3ee37c28983 ("rh7: import RHEL7 kernel-3.10.0-514.el7") > brought ms commit