Justus Winter, le Tue 30 Jul 2013 11:59:14 +0200, a écrit : > --- a/libdiskfs/file-set-trans.c > +++ b/libdiskfs/file-set-trans.c > @@ -206,5 +207,21 @@ diskfs_S_file_set_translator (struct protid *cred, > + if (! error && cred->po->path) > + error = fshelp_set_active_translator (cred->po->path, active); This seems not to be catching passive ext2fs translators. Shouldn't we be also doing something from fshelp_fetch_root? Samuel