aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/dlm/mount.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-04 12:04:26 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-04 12:04:26 -0400
commita91ea69ffd3f8a0b7139bfd44042ab384461e631 (patch)
treef05952e49e01609b21dbe8d27d9ffd30b4aa507f /fs/gfs2/locking/dlm/mount.c
parent75d3b817a0b48425da921052955cc58f20bbab52 (diff)
downloadlinux-a91ea69ffd3f8a0b7139bfd44042ab384461e631.tar.gz
[GFS2] Align all labels against LH side
This makes everything consistent. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/dlm/mount.c')
-rw-r--r--fs/gfs2/locking/dlm/mount.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c
index f279385774b7ee..82ac00af84a38e 100644
--- a/fs/gfs2/locking/dlm/mount.c
+++ b/fs/gfs2/locking/dlm/mount.c
@@ -164,13 +164,13 @@ static int gdlm_mount(char *table_name, char *host_data,
lockstruct->ls_lvb_size = GDLM_LVB_SIZE;
return 0;
- out_kobj:
+out_kobj:
gdlm_kobject_release(ls);
- out_thread:
+out_thread:
gdlm_release_threads(ls);
- out_free:
+out_free:
kfree(ls);
- out:
+out:
return error;
}
@@ -194,7 +194,7 @@ static void gdlm_unmount(lm_lockspace_t *lockspace)
rv = gdlm_release_all_locks(ls);
if (rv)
log_info("gdlm_unmount: %d stray locks freed", rv);
- out:
+out:
kfree(ls);
}