From: Sage Weil Date: Tue, 2 Nov 2010 20:41:47 +0000 (-0700) Subject: ceph: drop redundant r_mds field X-Git-Tag: v2.6.38-rc1~239^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af25fdda6943f311a63034f80933e4d6d6e3a19;p=pandora-kernel.git ceph: drop redundant r_mds field The r_mds field is redundant, since we can find the same information at r_session->s_mds, and when r_session is NULL then r_mds is meaningless. Signed-off-by: Sage Weil --- Reading git-diff-tree failed