diff options
| -rw-r--r-- | fs/file_table.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index b74a8e1da913..54018fe48840 100644 --- a/fs/file_table.c +++ b/fs/file_table.c | |||
| @@ -169,7 +169,6 @@ struct file *alloc_file(struct vfsmount *mnt, struct dentry *dentry, | |||
| 169 | fmode_t mode, const struct file_operations *fop) | 169 | fmode_t mode, const struct file_operations *fop) |
| 170 | { | 170 | { |
| 171 | struct file *file; | 171 | struct file *file; |
| 172 | struct path; | ||
| 173 | 172 | ||
| 174 | file = get_empty_filp(); | 173 | file = get_empty_filp(); |
| 175 | if (!file) | 174 | if (!file) |
