TMPFS: Add mkdir and rmdir logic

This commit is contained in:
Gregory Nutt
2015-10-08 20:35:41 -06:00
parent 45eebacbb4
commit 11a8a01462
3 changed files with 310 additions and 107 deletions
+1 -1
Submodule arch updated: 8faab42f9a...0b7bf8249b
+308 -105
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -118,7 +118,7 @@ struct tmpfs_directory_s
};
#define SIZEOF_TMPFS_DIRECTORY(n) \
(sizeof(struct tmpfs_directory_s) + ((n) - 1)*sizeof(struct tmpfs_dirent_s))
(sizeof(struct tmpfs_directory_s) + ((n) - 1) * sizeof(struct tmpfs_dirent_s))
/* The form of a regular file memory object
*