vserver 1.9.3
[linux-2.6.git] / include / linux / nfs_fs_i.h
index 5a4fa8d..e9a7495 100644 (file)
@@ -5,13 +5,15 @@
 #include <linux/list.h>
 #include <linux/nfs.h>
 
+struct nlm_lockowner;
+
 /*
  * NFS lock info
  */
 struct nfs_lock_info {
        u32             state;
        u32             flags;
-       struct nlm_host *host;
+       struct nlm_lockowner *owner;
 };
 
 /*