From: vitaly Date: Thu, 28 Sep 2006 18:07:33 +0000 (+0000) Subject: Branch b_new_cmd X-Git-Tag: v1_8_0_110~486^2~779 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=61b1ad59383297d1d4a7c0e0848b53e152a69898;p=fs%2Flustre-release.git Branch b_new_cmd missed i_mode is packed to close rpc --- diff --git a/lustre/llite/file.c b/lustre/llite/file.c index b4cbd9b..51e5b74 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -53,6 +53,7 @@ void ll_pack_inode2opdata(struct inode *inode, struct md_op_data *op_data, { op_data->fid1 = ll_i2info(inode)->lli_fid; op_data->mod_capa1 = ll_i2mdscapa(inode); + op_data->attr.ia_mode = inode->i_mode; op_data->attr.ia_atime = inode->i_atime; op_data->attr.ia_mtime = inode->i_mtime; op_data->attr.ia_ctime = inode->i_ctime;