commit | 43ee9cad8a81954eea893b52e08d0c00ca9baccc | [log] [tgz] |
---|---|---|
author | Markus Elfring <[email protected]> | Tue Apr 14 15:42:59 2015 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Apr 14 16:48:57 2015 -0700 |
tree | 6209cc6ac2d8ba05e7079c9977434519c9495108 | |
parent | bb34ed21bce54a900c034089a6b1fde8c09f6a6d [diff] |
ocfs2: one function call less in user_cluster_connect() after error detection kfree() was called by user_cluster_connect() even if a previous call of the kzalloc() function failed. Return from this implementation directly after failure detection. Signed-off-by: Markus Elfring <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>