diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-02-12 02:38:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-20 21:29:32 -0400 |
commit | b57ce9694ec43dcb6ef6f189d6540e4b3d2c5e7a (patch) | |
tree | a6eaccac7c19b094d6ba956d3931e7315dfd3ef9 /include/linux/file.h | |
parent | 8de52778798fe39660a8d6b26f290e0c93202761 (diff) |
vfs: drop_file_write_access() made static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/file.h')
-rw-r--r-- | include/linux/file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/file.h b/include/linux/file.h index 21a79958541c..58bf158c53d9 100644 --- a/include/linux/file.h +++ b/include/linux/file.h | |||
@@ -12,7 +12,6 @@ | |||
12 | struct file; | 12 | struct file; |
13 | 13 | ||
14 | extern void fput(struct file *); | 14 | extern void fput(struct file *); |
15 | extern void drop_file_write_access(struct file *file); | ||
16 | 15 | ||
17 | struct file_operations; | 16 | struct file_operations; |
18 | struct vfsmount; | 17 | struct vfsmount; |