1
0
Fork 0

missing annotation in fs/file.c

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
hifive-unleashed-5.1
Al Viro 2014-08-31 14:12:09 -04:00
parent b8850d1fa8
commit e983094d6d
1 changed files with 1 additions and 0 deletions

View File

@ -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;