Explorar o código

export fget_light

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro %!s(int64=13) %!d(string=hai) anos
pai
achega
4557c669ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      fs/file.c

+ 1 - 0
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)
 {