mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
missing annotation in fs/file.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
b8850d1fa8
commit
e983094d6d
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ bool get_close_on_exec(unsigned int fd)
|
||||||
|
|
||||||
static int do_dup2(struct files_struct *files,
|
static int do_dup2(struct files_struct *files,
|
||||||
struct file *file, unsigned fd, unsigned flags)
|
struct file *file, unsigned fd, unsigned flags)
|
||||||
|
__releases(&files->file_lock)
|
||||||
{
|
{
|
||||||
struct file *tofree;
|
struct file *tofree;
|
||||||
struct fdtable *fdt;
|
struct fdtable *fdt;
|
||||||
|
|
Loading…
Add table
Reference in a new issue