lkml.org 
[lkml]   [2013]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] adjust the error labels to make it clear
Date
From: zhongbaisong <baisong.zhong@gmail.com>

Signed-off-by: zhongbaisong <baisong.zhong@gmail.com>
---
fs/sysfs/mount.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c
index afd8327..f6681a6 100644
--- a/fs/sysfs/mount.c
+++ b/fs/sysfs/mount.c
@@ -182,12 +182,12 @@ int __init sysfs_init(void)
}
} else
goto out_err;
-out:
- return err;
+
out_err:
kmem_cache_destroy(sysfs_dir_cachep);
sysfs_dir_cachep = NULL;
- goto out;
+out:
+ return err;
}

#undef sysfs_get
--
1.7.0.4


\
 
 \ /
  Last update: 2013-09-17 12:01    [W:0.030 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site