This is the mail archive of the ecos-patches@sourceware.org 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: fileio/cyg_mtab_lookup fix for relative paths spanning mounts


On Wed, Feb 15, 2006 at 04:58:08PM +0100, Peter Korsgaard wrote:
> Hi,
> 
> The current cyg_mtab_lookup implementation doesn't handle relative
> paths crossing mount points - E.G. open("mnt/file", O_RDWR); where mnt
> is the mount point of another fs. The following patch fixes that.
> 

Hi Peter

This patch causes the io/fileio/current/tests/fileio1.cxx to fail.
Please could you take a look at this.

Once you have fixed the patch could you also add a test for the fix to
the test case.

        Thanks
                Andrew


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