X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnfs_fs_sb.h;h=4e735be53e704a56a33f8576b75023dafd60f158;hb=c3e9c04b89059a4c93c792da883ca284de182da5;hp=286b71c418b415af4b158f93a16a12c9a9813f8c;hpb=e0bcb42e602816415f6fe07313b6fc84932244b7;p=linux-2.6-microblaze.git diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 286b71c418b4..4e735be53e70 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -10,6 +10,7 @@ #include #include +#include struct nfs4_session; struct nfs_iostats; @@ -25,7 +26,7 @@ struct nfs41_impl_id; * The nfs_client identifies our client state to the server. */ struct nfs_client { - atomic_t cl_count; + refcount_t cl_count; atomic_t cl_mds_count; int cl_cons_state; /* current construction state (-ve: init error) */ #define NFS_CS_READY 0 /* ready to be used */