]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: shift allocation ocfs2_live_connection to user_connect()
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Tue, 5 Nov 2013 05:55:10 +0000 (16:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:55:10 +0000 (16:55 +1100)
commitd688f40c4217c390abdae3be330c4b21174c1e9b
treee10787ce291138719b0cac9086ce3c77b4a80325
parent0a2054519f737f2aee66b11c39bc4a6e5be58e33
ocfs2: shift allocation ocfs2_live_connection to user_connect()

We perform this because the DLM recovery callbacks will require the
ocfs2_live_connection structure to record the node information when
dlm_new_lockspace() is updated.

[AKPM] rc initialization is not required because it assigned in case of
errors.  It will be cleared by compiler anyways.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/stack_user.c