From 0e805a1d857799352e51e8697c0b1a30aec16913 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Wed, 11 Jan 2012 19:42:15 -0800 Subject: [PATCH] rbd: initialize snap_rwsem in rbd_add() New rbd device structures get initialized in rbd_add(). Many of the fields rely on being initially zero-filled. However we lockdep was noticing that the rw_semaphore embedded in the header field was not getting properly initialized. Fix that. Signed-off-by: Alex Elder Signed-off-by: Sage Weil --- Reading git-format-patch failed