Commit a4e49cb69e7dc87359bbdf1613d1ed872b9c9ebe

Authored by Tero Roponen
Committed by Jiri Kosina
1 parent 3e3cb64f6c

trivial: remove unused variable 'path' in alloc_file()

'struct path' is not used in alloc_file().

Signed-off-by: Tero Roponen <tero.roponen@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -169,7 +169,6 @@
169 169 fmode_t mode, const struct file_operations *fop)
170 170 {
171 171 struct file *file;
172   - struct path;
173 172  
174 173 file = get_empty_filp();
175 174 if (!file)