projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399c9b8
)
export fget_light
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 28 Aug 2012 14:19:41 +0000
(10:19 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 27 Sep 2012 01:10:06 +0000
(21:10 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file.c
patch
|
blob
|
history
diff --git
a/fs/file.c
b/fs/file.c
index 15750b80e3ceaedf00ae8258ca6ece0684381428..0f1bda4bebfaa77280a1234a2b8e19edb4b8d94b 100644
(file)
--- a/
fs/file.c
+++ b/
fs/file.c
@@
-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)
{