Thanks.  I’ve confirmed it and testing a fix since yesterday.

BTW, I know now why I added those two lines.  It’s b/c ecryptfs_readdir has it, 
and I figured it had to have been a necessary part of the new readdir API:

ecryptfs_readdir(…)
...
        lower_file->f_pos = ctx->pos;
        rc = iterate_dir(lower_file, &buf.ctx);
        ctx->pos = buf.ctx.pos;

Erez.

On May 8, 2014, at 2:08 PM, Vaibhav Nagarnaik <[email protected]> wrote:

> On Thu, May 8, 2014 at 10:41 AM, Erez Zadok <[email protected]> wrote:
>> BTW, any idea why the extra line(s) broke it for ext4 but not for 
>> ext2/3/others?
> 
> Just checked, it doesn't work for ext2 also. Probably the same for ext3.
> 
> 
> Vaibhav

_______________________________________________
unionfs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to