diff --git a/[refs] b/[refs] index 027fff684187..7a0edfd96c65 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 226485e9a91ee89c941d8cb7714f85644a8071d0 +refs/heads/master: cac711211a039ae2e2dc6322ffb3c2279d093bf1 diff --git a/trunk/fs/proc/inode.c b/trunk/fs/proc/inode.c index 3e76bb9b3ad6..d8bb5c671f42 100644 --- a/trunk/fs/proc/inode.c +++ b/trunk/fs/proc/inode.c @@ -485,8 +485,10 @@ struct inode *proc_get_inode(struct super_block *sb, unsigned int ino, } } unlock_new_inode(inode); - } else + } else { module_put(de->owner); + de_put(de); + } return inode; out_ino: