diff options
| author | Jens Axboe <jens.axboe@oracle.com> | 2010-04-22 12:12:40 +0200 | 
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2010-04-22 12:12:40 +0200 | 
| commit | 5163d90076729413cb882d3dd5c3d3cfb5b9f035 (patch) | |
| tree | b2e3419e481f4373bb511642953f6faca5157a51 /include/linux/coda_psdev.h | |
| parent | 8044f7f468469c80031611206d554f86fcdfe704 (diff) | |
| download | olio-linux-3.10-5163d90076729413cb882d3dd5c3d3cfb5b9f035.tar.xz olio-linux-3.10-5163d90076729413cb882d3dd5c3d3cfb5b9f035.zip  | |
coda: add bdi backing to mount session
This ensures that dirty data gets flushed properly.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/coda_psdev.h')
| -rw-r--r-- | include/linux/coda_psdev.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index 5b5d4731f95..644062e8d85 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h @@ -1,6 +1,7 @@  #ifndef __CODA_PSDEV_H  #define __CODA_PSDEV_H +#include <linux/backing-dev.h>  #include <linux/magic.h>  #define CODA_PSDEV_MAJOR 67 @@ -17,6 +18,7 @@ struct venus_comm {  	struct list_head    vc_processing;  	int                 vc_inuse;  	struct super_block *vc_sb; +	struct backing_dev_info bdi;  };  |