ext4: remove unused variable in ext4_get_parent
Signed-off-by: Christoph Hellwig <hch@lst.de>
[ All users removed in "switch all filesystems over to d_obtain_alias",
aka commit 440037287c
]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f3161f36f5
commit
3856d30ded
@@ -1061,7 +1061,6 @@ static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, stru
|
|||||||
struct dentry *ext4_get_parent(struct dentry *child)
|
struct dentry *ext4_get_parent(struct dentry *child)
|
||||||
{
|
{
|
||||||
unsigned long ino;
|
unsigned long ino;
|
||||||
struct dentry *parent;
|
|
||||||
struct inode *inode;
|
struct inode *inode;
|
||||||
static const struct qstr dotdot = {
|
static const struct qstr dotdot = {
|
||||||
.name = "..",
|
.name = "..",
|
||||||
|
Reference in New Issue
Block a user