commit | 914a9b74295774b92409fbc3e0abcfa9185d9469 | [log] [tgz] |
---|---|---|
author | Joseph Qi <joseph.qi@huawei.com> | Fri Sep 04 15:43:54 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 16:54:41 2015 -0700 |
tree | ede4f9f77000425138f8cca325640e2a028b8d0e | |
parent | 3cb2ec43f63c42412a18620f1226eb4aa434a7a8 [diff] |
ocfs2: remove unneeded code in ocfs2_dlm_init status is already initialized and it will only be 0 or negatives in the code flow. So remove the unneeded assignment after the lable 'local'. Signed-off-by: Joseph Qi <joseph.qi@huawei.com> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>