diff options
Diffstat (limited to 'fs/ceph/super.h')
| -rw-r--r-- | fs/ceph/super.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 0130a8592191..0168b49fb6ad 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
| @@ -103,7 +103,6 @@ struct ceph_fs_client { | |||
| 103 | 103 | ||
| 104 | #ifdef CONFIG_CEPH_FSCACHE | 104 | #ifdef CONFIG_CEPH_FSCACHE |
| 105 | struct fscache_cookie *fscache; | 105 | struct fscache_cookie *fscache; |
| 106 | struct workqueue_struct *revalidate_wq; | ||
| 107 | #endif | 106 | #endif |
| 108 | }; | 107 | }; |
| 109 | 108 | ||
| @@ -360,8 +359,7 @@ struct ceph_inode_info { | |||
| 360 | 359 | ||
| 361 | #ifdef CONFIG_CEPH_FSCACHE | 360 | #ifdef CONFIG_CEPH_FSCACHE |
| 362 | struct fscache_cookie *fscache; | 361 | struct fscache_cookie *fscache; |
| 363 | u32 i_fscache_gen; /* sequence, for delayed fscache validate */ | 362 | u32 i_fscache_gen; |
| 364 | struct work_struct i_revalidate_work; | ||
| 365 | #endif | 363 | #endif |
| 366 | struct inode vfs_inode; /* at end */ | 364 | struct inode vfs_inode; /* at end */ |
| 367 | }; | 365 | }; |
