From 4effb1871a24cc7937beba53f097d19b9799a0a9 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 23 May 2002 21:18:50 +0000 Subject: [PATCH] Add journal_info to ptlrpc_bulk_desc for ext3. --- lustre/include/linux/lustre_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/lustre_net.h b/lustre/include/linux/lustre_net.h index cdd4683..01919dd 100644 --- a/lustre/include/linux/lustre_net.h +++ b/lustre/include/linux/lustre_net.h @@ -201,6 +201,7 @@ struct ptlrpc_bulk_desc { struct list_head b_page_list; __u32 b_page_count; __u32 b_finished_count; + void *b_journal_info; }; struct ptlrpc_thread { @@ -310,5 +311,4 @@ int lustre_pack_msg(int count, int *lens, char **bufs, int *len, int lustre_msg_size(int count, int *lengths); int lustre_unpack_msg(struct lustre_msg *m, int len); void *lustre_msg_buf(struct lustre_msg *m, int n); - #endif -- 1.8.3.1