Loading fs/file.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -281,9 +281,7 @@ static struct fdtable *alloc_fdtable(int nr) out2: out2: nfds = fdt->max_fdset; nfds = fdt->max_fdset; out: out: if (new_openset) free_fdset(new_openset, nfds); free_fdset(new_openset, nfds); if (new_execset) free_fdset(new_execset, nfds); free_fdset(new_execset, nfds); kfree(fdt); kfree(fdt); return NULL; return NULL; Loading Loading
fs/file.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -281,9 +281,7 @@ static struct fdtable *alloc_fdtable(int nr) out2: out2: nfds = fdt->max_fdset; nfds = fdt->max_fdset; out: out: if (new_openset) free_fdset(new_openset, nfds); free_fdset(new_openset, nfds); if (new_execset) free_fdset(new_execset, nfds); free_fdset(new_execset, nfds); kfree(fdt); kfree(fdt); return NULL; return NULL; Loading