Re: cifs unable to access shares with read restricted at root level (bso#8950)

2015-10-27 Thread Aurélien Aptel
Hi Shirish, On Mon, 26 Oct 2015 22:04:28 -0500 Shirish Pargaonkar wrote: > They are stored in a linked list of struct cifs_rdelem off of > superblock where each element of this linked list points to a > disconnected dentry. This list is only used use when we mount with noserverino. It doesn't wo

Re: [PATCH 2/9] cifs: add .copy_file_range file operation

2015-10-27 Thread Steve French
Patch looks fine, but it points out a Kconfig problem with cifs.ko. Need to remove the #ifdef CONFIG_CIFS_POSIX around the statements like: .unlocked_ioctl = cifs_ioctl, .copy_file_range = cifs_file_copy_range, Copy offload does not require support for the old CIFS PO

Re: cifs unable to access shares with read restricted at root level (bso#8950)

2015-10-27 Thread Shirish Pargaonkar
On Tue, Oct 27, 2015 at 4:59 AM, Aurélien Aptel wrote: > Hi Shirish, > > On Mon, 26 Oct 2015 22:04:28 -0500 Shirish Pargaonkar > wrote: >> They are stored in a linked list of struct cifs_rdelem off of >> superblock where each element of this linked list points to a >> disconnected dentry. > > Thi