• Trond Myklebust's avatar
    [PATCH] 2.5.6 Fix NFS file creation · 36b319a6
    Trond Myklebust authored
      The following patch fixes a bug in NFS file creation. Recently (not
    sure exactly when), open_namei() was changed so that it expects
    vfs_create() to always return a fully instantiated dentry for the new
    file.
    
    The following patch ensures this is done in the cases where the RPC
    CREATE call does not return valid attributes/filehandles. This is
    always the case for NFSv2, and can sometimes be the case for v3...
    36b319a6
dir.c 29.1 KB