diff options
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r-- | drivers/md/md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index 57eb864a8249..209993207a55 100644 --- a/drivers/md/md.h +++ b/drivers/md/md.h | |||
@@ -319,7 +319,7 @@ struct mddev_s | |||
319 | */ | 319 | */ |
320 | struct mutex mutex; | 320 | struct mutex mutex; |
321 | unsigned long chunksize; | 321 | unsigned long chunksize; |
322 | unsigned long daemon_sleep; /* how many seconds between updates? */ | 322 | unsigned long daemon_sleep; /* how many jiffies between updates? */ |
323 | unsigned long max_write_behind; /* write-behind mode */ | 323 | unsigned long max_write_behind; /* write-behind mode */ |
324 | int external; | 324 | int external; |
325 | } bitmap_info; | 325 | } bitmap_info; |