Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a76cbd
)
Branch b_new_cmd
author
vitaly
<vitaly>
Thu, 28 Sep 2006 18:07:33 +0000
(18:07 +0000)
committer
vitaly
<vitaly>
Thu, 28 Sep 2006 18:07:33 +0000
(18:07 +0000)
missed i_mode is packed to close rpc
lustre/llite/file.c
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
b4cbd9b
..
51e5b74
100644
(file)
--- 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;