diff options
author | Sage Weil <sage@newdream.net> | 2010-11-02 16:41:47 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-01-12 18:15:13 -0500 |
commit | 4af25fdda6943f311a63034f80933e4d6d6e3a19 (patch) | |
tree | 8d0be03aedc4d3ea09ba0b8d3f1b63df4ef302e1 /fs/ceph/mds_client.h | |
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>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index f8f27f6eaa90..4e3a9cc0bba6 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h | |||
@@ -166,7 +166,6 @@ struct ceph_mds_request { | |||
166 | struct ceph_mds_client *r_mdsc; | 166 | struct ceph_mds_client *r_mdsc; |
167 | 167 | ||
168 | int r_op; /* mds op code */ | 168 | int r_op; /* mds op code */ |
169 | int r_mds; | ||
170 | 169 | ||
171 | /* operation on what? */ | 170 | /* operation on what? */ |
172 | struct inode *r_inode; /* arg1 */ | 171 | struct inode *r_inode; /* arg1 */ |