[PATCH] cpuset semaphore depth check deadlock fix
[pandora-kernel.git] / include / linux / nfs_fs_i.h
index e9a7495..e2c18da 100644 (file)
@@ -16,6 +16,11 @@ struct nfs_lock_info {
        struct nlm_lockowner *owner;
 };
 
+struct nfs4_lock_state;
+struct nfs4_lock_info {
+       struct nfs4_lock_state *owner;
+};
+
 /*
  * Lock flag values
  */