forked from Imagelibrary/rtems
2000-11-13 Joel Sherrill <joel@OARcorp.com>
* psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
@@ -59,7 +59,7 @@ mount with option of -62 should fail with EINVAL
|
||||
Mount a Read Only filesystem at /c/y/my_mount_point
|
||||
Read only file system successfully mounted at /c/y/my_mount_point
|
||||
create c/y/my_mount_point/../../y/my_mount_point/new_dir
|
||||
Verify a mount point retruns EBUSY for another mount
|
||||
Verify a mount point returns EBUSY for another mount
|
||||
Mount on a file should fail with ENOTDIR
|
||||
Create and chdir to /c/y/my_mount_point/mydir
|
||||
unmount of /c/y/my_mount_point should fail with EBUSY
|
||||
|
||||
@@ -273,7 +273,7 @@ int main(
|
||||
* Attempt to mount a second file system at a used mount point.
|
||||
*/
|
||||
|
||||
printf("Verify a mount point retruns EBUSY for another mount\n");
|
||||
printf("Verify a mount point returns EBUSY for another mount\n");
|
||||
status = mount(
|
||||
&mt_entry,
|
||||
&IMFS_ops,
|
||||
|
||||
Reference in New Issue
Block a user