Skip to content
Snippets Groups Projects
Commit a4e49cb6 authored by Tero Roponen's avatar Tero Roponen Committed by Jiri Kosina
Browse files

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


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

Signed-off-by: default avatarTero Roponen <tero.roponen@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3e3cb64f
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,6 @@ struct file *alloc_file(struct vfsmount *mnt, struct dentry *dentry,
fmode_t mode, const struct file_operations *fop)
{
struct file *file;
struct path;
file = get_empty_filp();
if (!file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment