Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / nfs_fs_i.h
diff --git a/kernel/include/linux/nfs_fs_i.h b/kernel/include/linux/nfs_fs_i.h
new file mode 100644 (file)
index 0000000..a5c50d9
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef _NFS_FS_I
+#define _NFS_FS_I
+
+struct nlm_lockowner;
+
+/*
+ * NFS lock info
+ */
+struct nfs_lock_info {
+       u32             state;
+       struct nlm_lockowner *owner;
+       struct list_head list;
+};
+
+struct nfs4_lock_state;
+struct nfs4_lock_info {
+       struct nfs4_lock_state *owner;
+};
+
+#endif