Re: [PATCH] [coda] Remove incorrect unlock_kernel from allocation failure path in coda_open

From: Jan Harkes
Date: Mon Jul 24 2006 - 20:06:11 EST


On Mon, Jul 24, 2006 at 07:29:24PM -0400, Josh Triplett wrote:
> Commit 398c53a757702e1e3a7a2c24860c7ad26acb53ed (in the historical GIT tree)
> moved the lock_kernel() in coda_open after the allocation of a coda_file_info
> struct, but left an unlock_kernel() in the allocation failure error path;
> remove it.
>
> Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx>

Acked-by: Jan Harkes <jaharkes@xxxxxxxxxx>

---

Totally correct fix, I actually thought I already sent a patch for the
same problem upstream. I should dig through my local trees to check if
anything else fell through the cracks.

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