Sigh, stupid control-enter keybinding in gmail....
What I meant to say was:


BTW, this chunk in fusefs_setattr():

On Sat, Aug 27, 2016 at 8:50 PM, Philip Guenther <[email protected]> wrote:
>         if (io->fi_flags & FUSE_FATTR_SIZE && vp->v_type == VDIR) {
>                 error = EISDIR;
>                 goto out;
>         }

can be deleted, as it's already covered by the code that set FUSE_FATTR_SIZE


Philip

Reply via email to