lkml.org 
[lkml]   [2010]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH -V14 0/11] Generic name to handle and open by handle syscalls
    From
    Date
    On 2010-07-02, at 01:05, hch@infradead.org wrote:
    > On Thu, Jul 01, 2010 at 10:02:29PM -0600, Andreas Dilger wrote:
    >> I'd like to be able to use this interface to implement the distributed open call proposed by the POSIX HECWG. This allows one client to do the path traversal, broadcast the file handle to the (maybe) 1M processes in the job via MPI, and then the other clients can open the file by handle without doing 1M times the full path traversal (which might be 10's of RPCs per process).
    >
    > The proposal is doomed anyway. If we allow any sort of open by handle
    > system call for unprivilegued users we need to do reconnect the dentry
    > to the dcache path anyway (reconnect_path), which is more expensive than
    > a normal path lookup.

    I haven't looked at this part of the VFS in a while, but it looks like an implementation issue specific to knfsd, and shouldn't be needed for regular files. i.e. if exportfs_encode_fh() is never used on a disconnected file, then this overhead is not incurred.

    The above use of open_by_handle() is not for userspace NFS/Samba re-export, but to allow applications to open regular files for IO.

    Cheers, Andreas
    --
    Andreas Dilger
    Lustre Technical Lead
    Oracle Corporation Canada Inc.



    \
     
     \ /
      Last update: 2010-07-02 18:17    [W:2.491 / U:0.216 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site