]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - include/linux/nfs_fs_i.h
Merge branch 'p-ti-linux-3.8.y' into p-ti-android-3.8.y
[android-sdk/kernel-video.git] / include / linux / nfs_fs_i.h
1 #ifndef _NFS_FS_I
2 #define _NFS_FS_I
4 struct nlm_lockowner;
6 /*
7  * NFS lock info
8  */
9 struct nfs_lock_info {
10         u32             state;
11         struct nlm_lockowner *owner;
12         struct list_head list;
13 };
15 struct nfs4_lock_state;
16 struct nfs4_lock_info {
17         struct nfs4_lock_state *owner;
18 };
20 #endif