Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e983094d authored by Al Viro's avatar Al Viro
Browse files

missing annotation in fs/file.c



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b8850d1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;