update dfs.c dfs_file.c dfs_file.h

Signed-off-by: yangfasheng <yangfasheng@rt-thread.com>
This commit is contained in:
yangfasheng
2019-01-09 17:40:32 +08:00
parent 8d7dae447c
commit c16d3de633
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -44,6 +44,7 @@ struct dfs_fd
char *path; /* Name (below mount point) */
int ref_count; /* Descriptor reference count */
struct dfs_filesystem *fs;
const struct dfs_file_ops *fops;
uint32_t flags; /* Descriptor flags */