From 17ee0ec56455a39eff082e35f67b996d3322ed4a Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 1 Oct 2002 05:41:00 +0000 Subject: [PATCH] Add OST handle to llite open file data. --- lustre/include/linux/lustre_lite.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/linux/lustre_lite.h b/lustre/include/linux/lustre_lite.h index 23912d5..23c472d 100644 --- a/lustre/include/linux/lustre_lite.h +++ b/lustre/include/linux/lustre_lite.h @@ -25,6 +25,7 @@ extern kmem_cache_t *ll_file_data_slab; struct ll_file_data { __u64 fd_mdshandle; + struct lustre_handle fd_osthandle; struct ptlrpc_request *fd_req; __u32 fd_flags; }; -- 1.8.3.1