ocfs2/cluster: Pin the remote node item in configfs
authorSunil Mushran <sunil.mushran@oracle.com>
Tue, 14 Dec 2010 22:14:27 +0000 (14:14 -0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 16 Dec 2010 08:46:09 +0000 (00:46 -0800)
commit2b190ce9bf923fb1fd8ccff18e9bab72da40da06
tree450147f679106040fcd0f40008cb7fe7c05904d6
parent66f4500573fe5a1b455e5f7b30068a623a94117f
ocfs2/cluster: Pin the remote node item in configfs

o2net pins the node item of the remote node in configfs before initiating
the connection. It is unpinned on disconnect. This is to prevent the node
item from being unlinked while it is still in use.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/cluster/tcp.c