diff options
-rw-r--r-- | fs/ext4/namei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 5b93a7d94d42..63adcb792988 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c | |||
@@ -1061,7 +1061,6 @@ static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, stru | |||
1061 | struct dentry *ext4_get_parent(struct dentry *child) | 1061 | struct dentry *ext4_get_parent(struct dentry *child) |
1062 | { | 1062 | { |
1063 | unsigned long ino; | 1063 | unsigned long ino; |
1064 | struct dentry *parent; | ||
1065 | struct inode *inode; | 1064 | struct inode *inode; |
1066 | static const struct qstr dotdot = { | 1065 | static const struct qstr dotdot = { |
1067 | .name = "..", | 1066 | .name = "..", |