mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
3e3cb64f6c
commit
a4e49cb69e
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ struct file *alloc_file(struct vfsmount *mnt, struct dentry *dentry,
|
||||||
fmode_t mode, const struct file_operations *fop)
|
fmode_t mode, const struct file_operations *fop)
|
||||||
{
|
{
|
||||||
struct file *file;
|
struct file *file;
|
||||||
struct path;
|
|
||||||
|
|
||||||
file = get_empty_filp();
|
file = get_empty_filp();
|
||||||
if (!file)
|
if (!file)
|
||||||
|
|
Loading…
Reference in a new issue