Messages in this thread |  | | | Date | Mon, 07 Jan 2008 22:38:54 -0800 (PST) | | Subject | Re: [PATCH] /net/bluetooth: Use sockfd_put | | From | David Miller <> | |
From: Julia Lawall <julia@diku.dk>
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.
|  |