[CDFS]
[reactos.git] / reactos / drivers / filesystems / cdfs / cdfs.h
index 77b5c7c..1785661 100644 (file)
@@ -220,6 +220,7 @@ typedef struct _FCB
 
   ERESOURCE  NameListResource;
   LIST_ENTRY ShortNameList;
+  FILE_LOCK FileLock;
 } FCB, *PFCB;