summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_load_tar.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-28 18:47:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-28 18:47:19 +0100
commit40d062f5cbd9ef8e6fe7432a4e36aad1923e4c21 (patch)
treeeff6a26d7d11442f39717bddfa4d801f9181b916 /cpukit/libfs/src/imfs/imfs_load_tar.c
parentIMFS: Aggregate link support in dedicated modules (diff)
downloadrtems-40d062f5cbd9ef8e6fe7432a4e36aad1923e4c21.tar.bz2
IMFS: Reduce IMFS node types
Provide only types used by IMFS_mknod().
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_load_tar.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_load_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_load_tar.c b/cpukit/libfs/src/imfs/imfs_load_tar.c
index c775a10878..e6dc499ecf 100644
--- a/cpukit/libfs/src/imfs/imfs_load_tar.c
+++ b/cpukit/libfs/src/imfs/imfs_load_tar.c
@@ -125,7 +125,7 @@ int rtems_tarfs_load(
IMFS_linearfile_t *linfile = (IMFS_linearfile_t *)
IMFS_create_node(
currentloc,
- IMFS_LINEAR_FILE,
+ &IMFS_node_control_linfile,
rtems_filesystem_eval_path_get_token( &ctx ),
rtems_filesystem_eval_path_get_tokenlen( &ctx ),
(file_mode & (S_IRWXU | S_IRWXG | S_IRWXO)) | S_IFREG,