commit | 4af25fdda6943f311a63034f80933e4d6d6e3a19 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Nov 02 13:41:47 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Wed Jan 12 15:15:13 2011 -0800 |
tree | 8d0be03aedc4d3ea09ba0b8d3f1b63df4ef302e1 | |
parent | 14303d20f3ae3e6ab626c77a4aac202b3bafd377 [diff] |
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>