[PATCH] nfsd4: rename nfs4_file fields
[linux-2.6-block.git] / include / linux / nfsd / state.h
index b6b2fe1e7c63f38a70223911365bcb48d544ee98..2c3b42674a4cdef6c6083bf5b2b92028834911a8 100644 (file)
@@ -218,8 +218,8 @@ struct nfs4_stateowner {
 */
 struct nfs4_file {
        struct list_head        fi_hash;    /* hash by "struct inode *" */
-       struct list_head        fi_perfile; /* list: nfs4_stateid */
-       struct list_head        fi_del_perfile; /* list: nfs4_delegation */
+       struct list_head        fi_stateids;
+       struct list_head        fi_delegations;
        struct inode            *fi_inode;
        u32                     fi_id;      /* used with stateowner->so_id 
                                             * for stateid_hashtbl hash */