Re: [PATCH] /net/bluetooth: Use sockfd_put

From: David Miller
Date: Tue Jan 08 2008 - 01:39:09 EST


From: Julia Lawall <julia@xxxxxxx>
Date: Sun, 6 Jan 2008 16:51:45 +0100 (CET)

> The function sockfd_lookup uses fget on the value that is stored in the
> file field of the returned structure, so fput should ultimately be applied
> to this value. This can be done directly, but it seems better to use the
> specific macro sockfd_put, which does the same thing.

Applied to net-2.6.25, thanks.
--
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/