diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 860689f541b1..02a9fb5a830c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1685,6 +1685,7 @@ extern void chrdev_show(struct seq_file *,off_t); | |||
1685 | 1685 | ||
1686 | /* fs/block_dev.c */ | 1686 | /* fs/block_dev.c */ |
1687 | #define BDEVNAME_SIZE 32 /* Largest string for a blockdev identifier */ | 1687 | #define BDEVNAME_SIZE 32 /* Largest string for a blockdev identifier */ |
1688 | #define BDEVT_SIZE 10 /* Largest string for MAJ:MIN for blkdev */ | ||
1688 | 1689 | ||
1689 | #ifdef CONFIG_BLOCK | 1690 | #ifdef CONFIG_BLOCK |
1690 | #define BLKDEV_MAJOR_HASH_SIZE 255 | 1691 | #define BLKDEV_MAJOR_HASH_SIZE 255 |