diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2010-04-22 14:37:07 +0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-04-22 14:37:07 +0400 |
commit | 424264b7b220e8eee165dc3080ae48692af73dec (patch) | |
tree | f946baadbb45ae77e76807df3d394aff88dcd801 /include/linux/smb_fs_sb.h | |
parent | f1970c73cbb6b884152207e4dfe90639f5029905 (diff) | |
download | linux-424264b7b220e8eee165dc3080ae48692af73dec.tar.xz |
smbfs: 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/smb_fs_sb.h')
-rw-r--r-- | include/linux/smb_fs_sb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/smb_fs_sb.h b/include/linux/smb_fs_sb.h index 8a060a7040d8..bb947dd1fba9 100644 --- a/include/linux/smb_fs_sb.h +++ b/include/linux/smb_fs_sb.h @@ -10,6 +10,7 @@ #define _SMB_FS_SB #include <linux/types.h> +#include <linux/backing-dev.h> #include <linux/smb.h> /* @@ -74,6 +75,8 @@ struct smb_sb_info { struct smb_ops *ops; struct super_block *super_block; + + struct backing_dev_info bdi; }; static inline int |