Skip to content

Commit

Permalink
export fget_light
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Sep 27, 2012
1 parent 399c9b8 commit 4557c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ struct file *fget_light(unsigned int fd, int *fput_needed)

return file;
}
EXPORT_SYMBOL(fget_light);

struct file *fget_raw_light(unsigned int fd, int *fput_needed)
{
Expand Down

0 comments on commit 4557c66

Please sign in to comment.