commit | e983094d6dce524f3890edfec44b7ca6dbfa1183 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Aug 31 14:12:09 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:39:11 2014 -0400 |
tree | 8daf4a0076270cfe29f6010808624fffb3123e34 | |
parent | b8850d1fa8e2f6653e57daf6d08e58c5f5eb2c85 [diff] [blame] |
missing annotation in fs/file.c Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/file.c b/fs/file.c index 66923fe..f3b2c20 100644 --- a/fs/file.c +++ b/fs/file.c
@@ -750,6 +750,7 @@ static int do_dup2(struct files_struct *files, struct file *file, unsigned fd, unsigned flags) +__releases(&files->file_lock) { struct file *tofree; struct fdtable *fdt;