and gids from such clients.  This is intended to ease
                        migration from NFSv2/v3.
  
-       objlayoutdriver.osd_login_prog=
-                       [NFS] [OBJLAYOUT] sets the pathname to the program which
-                       is used to automatically discover and login into new
-                       osd-targets. Please see:
-                       Documentation/filesystems/pnfs.txt for more explanations
- 
 -      nmi_debug=      [KNL,AVR32,SH] Specify one or more actions to take
 +      nmi_debug=      [KNL,SH] Specify one or more actions to take
                        when a NMI is triggered.
                        Format: [state][,regs][,debounce][,die]
  
 
        }
  
        /* Unlock on close is handled by the flush method */
-       if (fl->fl_flags & FL_CLOSE)
+       if ((fl->fl_flags & FL_CLOSE_POSIX) == FL_CLOSE_POSIX)
                return 0;
  
 -      fuse_lk_fill(&args, file, fl, opcode, pid, flock, &inarg);
 +      if (pid && pid_nr == 0)
 +              return -EOVERFLOW;
 +
 +      fuse_lk_fill(&args, file, fl, opcode, pid_nr, flock, &inarg);
        err = fuse_simple_request(fc, &args);
  
        /* locking is restartable */
 
        ida_destroy(&server->lockowner_id);
        ida_destroy(&server->openowner_id);
        nfs_free_iostats(server->io_stats);
 -      bdi_destroy(&server->backing_dev_info);
        kfree(server);
        nfs_release_automount_timer();
-       dprintk("<-- nfs_free_server()\n");
  }
  EXPORT_SYMBOL_GPL(nfs_free_server);