Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3856d30d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds
Browse files

ext4: remove unused variable in ext4_get_parent



Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
[ All users removed in "switch all filesystems over to d_obtain_alias",
  aka commit 44003728 ]
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f3161f36
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1061,7 +1061,6 @@ static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, stru
struct dentry *ext4_get_parent(struct dentry *child)
{
	unsigned long ino;
	struct dentry *parent;
	struct inode *inode;
	static const struct qstr dotdot = {
		.name = "..",