diff options
| -rw-r--r-- | fs/configfs/symlink.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/configfs/symlink.c b/fs/configfs/symlink.c index 932a92b3148..c8afa6b1d91 100644 --- a/fs/configfs/symlink.c +++ b/fs/configfs/symlink.c @@ -135,7 +135,7 @@ int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symna  	struct path path;  	struct configfs_dirent *sd;  	struct config_item *parent_item; -	struct config_item *target_item; +	struct config_item *target_item = NULL;  	struct config_item_type *type;  	ret = -EPERM;  /* What lack-of-symlink returns */  |