forked from Imagelibrary/rtems
Modified to reflect change in calling sequence of mount().
This commit is contained in:
@@ -655,7 +655,7 @@ void Cause_faults()
|
|||||||
status = mount(
|
status = mount(
|
||||||
&mt_entry,
|
&mt_entry,
|
||||||
&IMFS_ops,
|
&IMFS_ops,
|
||||||
"RW",
|
RTEMS_FILESYSTEM_READ_WRITE,
|
||||||
NULL,
|
NULL,
|
||||||
"/dir1/my_mount_point" );
|
"/dir1/my_mount_point" );
|
||||||
assert( status == 0 );
|
assert( status == 0 );
|
||||||
|
|||||||
@@ -655,7 +655,7 @@ void Cause_faults()
|
|||||||
status = mount(
|
status = mount(
|
||||||
&mt_entry,
|
&mt_entry,
|
||||||
&IMFS_ops,
|
&IMFS_ops,
|
||||||
"RW",
|
RTEMS_FILESYSTEM_READ_WRITE,
|
||||||
NULL,
|
NULL,
|
||||||
"/dir1/my_mount_point" );
|
"/dir1/my_mount_point" );
|
||||||
assert( status == 0 );
|
assert( status == 0 );
|
||||||
|
|||||||
Reference in New Issue
Block a user