git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14303d2
)
ceph: drop redundant r_mds field
author
Sage Weil
<sage@newdream.net>
Tue, 2 Nov 2010 20:41:47 +0000
(13:41 -0700)
committer
Sage 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