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)
commit4af25fdda6943f311a63034f80933e4d6d6e3a19
tree8d0be03aedc4d3ea09ba0b8d3f1b63df4ef302e1
parent14303d20f3ae3e6ab626c77a4aac202b3bafd377
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 <sage@newdream.net>
fs/ceph/debugfs.c
fs/ceph/mds_client.c
fs/ceph/mds_client.h