Tag: 67b23219ce2f78352b0c566a472ff16c1b0fea9a

[BLUETOOTH]: Use sockfd_put()

Author: Julia Lawall <julia@diku.dk> 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. The problem was …

Continue reading