diff --git a/include/linux/fs.h b/include/linux/fs.h index 7061a8587ee32a5fe92cfaa6891bd0e120a39eb1..12529e966350529bc718e864dbff3c010b48f0da 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -662,9 +662,9 @@ struct address_space { struct block_device { dev_t bd_dev; /* not a kdev_t - it's a search key */ + int bd_openers; struct inode * bd_inode; /* will die */ struct super_block * bd_super; - int bd_openers; struct mutex bd_mutex; /* open/close mutex */ struct list_head bd_inodes; void * bd_claiming;