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 | |
parent | b8850d1fa8e2f6653e57daf6d08e58c5f5eb2c85 (diff) | |
download | op-kernel-dev-e983094d6dce524f3890edfec44b7ca6dbfa1183.zip op-kernel-dev-e983094d6dce524f3890edfec44b7ca6dbfa1183.tar.gz |
missing annotation in fs/file.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-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) 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; |