DragonFly kernel List (threaded) for 2009-07
DragonFly BSD
DragonFly kernel List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Can't export PFS or null mount to Linux


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 Jul 2009 22:08:24 -0700 (PDT)

    I had some time and tracked this one down.  It should be possible to
    export PFS's via NFS to linux now.

    The bug was in the readdirplus rpc, which linux uses by default.  Well,
    not really a bug, the NFS code simply did not supply enough information
    to HAMMER for HAMMER to be able to determine which PFS to lookup the
    inode number in.

    --

    I also noticed that the d_ino field for directory entries returned
    by NFS was being truncated to 32 bits, and fixed that as well.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]