From: adilger Date: Tue, 1 Oct 2002 05:41:00 +0000 (+0000) Subject: Add OST handle to llite open file data. X-Git-Tag: v1_7_100~4648 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=17ee0ec56455a39eff082e35f67b996d3322ed4a;p=fs%2Flustre-release.git Add OST handle to llite open file data. --- 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; };