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

2008-01-07 Thread David Miller
From: Julia Lawall <[EMAIL PROTECTED]> 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

[PATCH] /net/bluetooth: Use sockfd_put

2008-01-06 Thread Julia Lawall
From: Julia Lawall <[EMAIL PROTECTED]> 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