aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/configfs/dir.c')
-rw-r--r--fs/configfs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c
index 179589be063a..2495f23e33f4 100644
--- a/fs/configfs/dir.c
+++ b/fs/configfs/dir.c
@@ -1094,7 +1094,7 @@ static int configfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
1094 kfree(name); 1094 kfree(name);
1095 if (ret) { 1095 if (ret) {
1096 /* 1096 /*
1097 * If item == NULL, then link_obj() was never called. 1097 * If ret != 0, then link_obj() was never called.
1098 * There are no extra references to clean up. 1098 * There are no extra references to clean up.
1099 */ 1099 */
1100 goto out_put; 1100 goto out_put;