Whamcloud - gitweb
Add OST handle to llite open file data.
authoradilger <adilger>
Tue, 1 Oct 2002 05:41:00 +0000 (05:41 +0000)
committeradilger <adilger>
Tue, 1 Oct 2002 05:41:00 +0000 (05:41 +0000)
lustre/include/linux/lustre_lite.h

index 23912d5..23c472d 100644 (file)
@@ -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;
 };