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:
0e9d583
)
Enlarge the LVB in advance, to avoid an obvious 1.2.0 -> 1.2.1
author
phil
<phil>
Thu, 4 Mar 2004 19:07:47 +0000
(19:07 +0000)
committer
phil
<phil>
Thu, 4 Mar 2004 19:07:47 +0000
(19:07 +0000)
protocol change
lustre/include/linux/lustre_idl.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/lustre_idl.h
b/lustre/include/linux/lustre_idl.h
index
cd966c4
..
8df580b
100644
(file)
--- a/
lustre/include/linux/lustre_idl.h
+++ b/
lustre/include/linux/lustre_idl.h
@@
-459,6
+459,9
@@
extern void lustre_swab_ost_last_id(obd_id *id);
struct ost_lvb {
__u64 lvb_size;
__u64 lvb_time;
+ __u64 lvb_atime;
+ __u64 lvb_ctime;
+ __u64 lvb_blocks;
};
extern void lustre_swab_ost_lvb(struct ost_lvb *);