On Sat, Sep 12, 2015 at 06:57:48PM +0100, Dimitris Papastamos wrote:
> +     switch (fp->f_type) {
> +     case DTYPE_VNODE:
> +             break;
> +     case DTYPE_PIPE:
> +     case VFIFO:

VFIFO shouldn't be here, I have moved it further down after vn_lock
to check it against v_type.

Reply via email to