Commit e983094d authored by Al Viro's avatar Al Viro

missing annotation in fs/file.c

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b8850d1f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment