ceph: drop redundant r_mds field
authorSage Weil <sage@newdream.net>
Tue, 2 Nov 2010 20:41:47 +0000 (13:41 -0700)
committerSage Weil <sage@newdream.net>
Wed, 12 Jan 2011 23:15:13 +0000 (15:15 -0800)
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 <sage@newdream.net>

No differences found