From: pschwan Date: Sun, 27 Apr 2003 17:49:18 +0000 (+0000) Subject: b=1178 X-Git-Tag: v1_7_100~1^101~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8574b38234acdbe23acdc90677dcf12be8a78f5b;p=fs%2Flustre-release.git b=1178 Preparations for removing unused "addr" from lustre_handle --- diff --git a/lustre/liblustre/rw.c b/lustre/liblustre/rw.c index da692b2..8562b69 100644 --- a/lustre/liblustre/rw.c +++ b/lustre/liblustre/rw.c @@ -326,7 +326,7 @@ ssize_t llu_file_write(struct inode *inode, const struct iovec *iovec, { struct llu_inode_info *lli = llu_i2info(inode); struct ll_file_data *fd = lli->lli_file_data; /* XXX not ready don't use it now */ - struct lustre_handle lockh = { 0, 0 }; + struct lustre_handle lockh = { 0 }; struct lov_stripe_md *lsm = lli->lli_smd; struct ldlm_extent extent; ldlm_error_t err; @@ -476,7 +476,7 @@ ssize_t llu_file_read(struct inode *inode, const struct iovec *iovec, struct llu_inode_info *lli = llu_i2info(inode); struct ll_file_data *fd = lli->lli_file_data; struct lov_stripe_md *lsm = lli->lli_smd; - struct lustre_handle lockh = { 0, 0 }; + struct lustre_handle lockh = { 0 }; #if 0 struct ll_read_extent rextent; #else