getting rid of 'opened' argument of ->atomic_open() - part 1

'opened' argument of finish_open() is unused.  Kill it.

Signed-off-by Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2018-06-08 11:44:56 -04:00
parent 6035a27b25
commit be12af3ef5
10 changed files with 12 additions and 14 deletions

View File

@@ -3475,7 +3475,7 @@ static int do_tmpfile(struct nameidata *nd, unsigned flags,
if (error)
goto out2;
file->f_path.mnt = path.mnt;
error = finish_open(file, child, NULL, opened);
error = finish_open(file, child, NULL);
out2:
mnt_drop_write(path.mnt);
out: