This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: romfs_mount wrongly returns ENOENT under certain conditions.


> There seems to have been a change in function here.  Isn't the value
> of "mte->data" important?  If so, it's no longer being set.

that has been moved to the end of romfs_mount as " mte->data =
(CYG_ADDRWORD)disk;" in following change.

2003-09-25  Oyvind Harboe <oyvind.harboe@zylin.com>

        * src/romfs.c (romfs_mount): If a mount fails, make sure we leave
        all state information in such a way we can try again.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]