• Trond Myklebust's avatar
    [PATCH] A basic NFSv4 client for 2.5.x · 944b2a7c
    Trond Myklebust authored
    In a number of places in the NFS client, I had to change
    
      #ifdef CONFIG_NFS_V3
         /* ... */
      #endif
    
    to
    
      #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4)
         /* ... */
      #endif
    944b2a7c
pagelist.c 13.6 KB