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:
a7a432c
)
- save cookie size for mdt_shrink_reply()
author
tappro
<tappro>
Fri, 18 Aug 2006 09:38:04 +0000
(09:38 +0000)
committer
tappro
<tappro>
Fri, 18 Aug 2006 09:38:04 +0000
(09:38 +0000)
lustre/mdt/mdt_lib.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_lib.c
b/lustre/mdt/mdt_lib.c
index
4098b75
..
6befc52
100644
(file)
--- a/
lustre/mdt/mdt_lib.c
+++ b/
lustre/mdt/mdt_lib.c
@@
-114,8
+114,10
@@
int mdt_handle_last_unlink(struct mdt_thread_info *info, struct mdt_object *mo,
LBUG();
}
- if (ma->ma_cookie_size && (ma->ma_valid & MA_COOKIE))
+ if (ma->ma_cookie_size && (ma->ma_valid & MA_COOKIE)) {
+ repbody->aclsize = ma->ma_cookie_size;
repbody->valid |= OBD_MD_FLCOOKIE;
+ }
RETURN(0);
}