Whamcloud - gitweb
b=19087,i=liang:
authorisaac <isaac>
Tue, 7 Apr 2009 15:32:17 +0000 (15:32 +0000)
committerisaac <isaac>
Tue, 7 Apr 2009 15:32:17 +0000 (15:32 +0000)
- removed unused field md_addrkey so that sizeof lnet_libmd_t with one frag would be
  exactly 128 on x86_64, very sweet.

lnet/include/lnet/lib-types.h

index fdd69f2..6b2652a 100644 (file)
@@ -262,7 +262,6 @@ typedef struct lnet_libmd {
         unsigned int      md_flags;
         void             *md_user_ptr;
         lnet_eq_t        *md_eq;
-        void             *md_addrkey;
         unsigned int      md_niov;                /* # frags */
         union {
                 struct iovec  iov[LNET_MAX_IOV];