diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-08-31 14:12:09 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-09 02:39:11 -0400 |
commit | e983094d6dce524f3890edfec44b7ca6dbfa1183 (patch) | |
tree | 8daf4a0076270cfe29f6010808624fffb3123e34 /fs/file.c | |
parent | b8850d1fa8e2f6653e57daf6d08e58c5f5eb2c85 (diff) |
missing annotation in fs/file.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/file.c')
-rw-r--r-- | fs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -750,6 +750,7 @@ bool get_close_on_exec(unsigned int fd) | |||
750 | 750 | ||
751 | static int do_dup2(struct files_struct *files, | 751 | static int do_dup2(struct files_struct *files, |
752 | struct file *file, unsigned fd, unsigned flags) | 752 | struct file *file, unsigned fd, unsigned flags) |
753 | __releases(&files->file_lock) | ||
753 | { | 754 | { |
754 | struct file *tofree; | 755 | struct file *tofree; |
755 | struct fdtable *fdt; | 756 | struct fdtable *fdt; |