X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fcoda_psdev.h;h=8859e2ede9fe3c368b774b560f80a735df6f4777;hb=33f60e9640b2f60dde6735293d4aa5ecc5b1d5d5;hp=5b5d4731f95654f45da356d5c631bb7758bd3395;hpb=b983471794e568fd71fa767da77a62ba517c3e63;p=pandora-kernel.git diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index 5b5d4731f956..8859e2ede9fe 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h @@ -7,6 +7,8 @@ #define MAX_CODADEVS 5 /* how many do we allow */ #ifdef __KERNEL__ +#include + struct kstatfs; /* communication pending/processing queues */ @@ -17,6 +19,7 @@ struct venus_comm { struct list_head vc_processing; int vc_inuse; struct super_block *vc_sb; + struct backing_dev_info bdi; };