search for: final_component

Displaying 2 results from an estimated 2 matches for "final_component".

2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...atus; > } > @@ -1319,9 +1312,8 @@ static int acl_common_remove_object(vfs_handle_struct *handle, > goto out; > } > > - DEBUG(10,("acl_common_remove_object: removing %s %s/%s\n", > - is_directory ? "directory" : "file", > - parent_dir, final_component )); > + DBG_DEBUG("removing %s %s/%s\n", is_directory ? "directory" : "file", > + parent_dir, final_component); > > /* cd into the parent dir to pin it. */ > ret = vfs_ChDir(conn, parent_dir); > @@ -1354,10 +1346,9 @@ static int acl_common_r...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > > > > > Cheerio! > > > -slow > > > > Still reviewing this - but a few things that will need changing: > > > > When adding the