Re: fd_install question ??

Chris Wright (chris@wirex.com)
Thu, 6 Mar 2003 15:28:50 -0800


* sudharsan vijayaraghavan (my_goal@rediffmail.com) wrote:
> f1 = get_empty_filp();
> if (!f1)
> goto no_files;
>
> f2 = get_empty_filp();
> if (!f2)
> goto close_f1;
>
> --> if (!f3)
> --> goto close_f12

you don't get a new filp for f3. f3 is going to remain as garbage.
-chris

-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/