04 Feb, 2015

1 commit


13 Sep, 2014

2 commits

  • This code is internal to the v3 module, so other parts of the client
    shouldn't have any knowledge of it.

    nfs3_getxattr(), nfs3_setxattr(), and nfs3_removexattr() no longer exist
    anywhere so I remove the declarations while I'm here.

    Signed-off-by: Anna Schumaker
    Signed-off-by: Trond Myklebust

    Anna Schumaker
     
  • I am generally against the "one big header file" approach, and
    everything in the client includes this file. Let's move all the NFS v3
    declarations into a v3-only header file.

    Signed-off-by: Anna Schumaker
    Signed-off-by: Trond Myklebust

    Anna Schumaker