diff options
Diffstat (limited to 'e2fsprogs/blkid/probe.c')
-rw-r--r-- | e2fsprogs/blkid/probe.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/e2fsprogs/blkid/probe.c b/e2fsprogs/blkid/probe.c index 211569779..a2165efee 100644 --- a/e2fsprogs/blkid/probe.c +++ b/e2fsprogs/blkid/probe.c | |||
@@ -99,7 +99,7 @@ static void get_ext2_info(blkid_dev dev, unsigned char *buf) | |||
99 | static int probe_ext3(int fd __BLKID_ATTR((unused)), | 99 | static int probe_ext3(int fd __BLKID_ATTR((unused)), |
100 | blkid_cache cache __BLKID_ATTR((unused)), | 100 | blkid_cache cache __BLKID_ATTR((unused)), |
101 | blkid_dev dev, | 101 | blkid_dev dev, |
102 | const struct blkid_magic *id __BLKID_ATTR((unused)), | 102 | const struct blkid_magic *id __BLKID_ATTR((unused)), |
103 | unsigned char *buf) | 103 | unsigned char *buf) |
104 | { | 104 | { |
105 | struct ext2_super_block *es; | 105 | struct ext2_super_block *es; |
@@ -126,7 +126,7 @@ static int probe_ext3(int fd __BLKID_ATTR((unused)), | |||
126 | static int probe_ext2(int fd __BLKID_ATTR((unused)), | 126 | static int probe_ext2(int fd __BLKID_ATTR((unused)), |
127 | blkid_cache cache __BLKID_ATTR((unused)), | 127 | blkid_cache cache __BLKID_ATTR((unused)), |
128 | blkid_dev dev, | 128 | blkid_dev dev, |
129 | const struct blkid_magic *id __BLKID_ATTR((unused)), | 129 | const struct blkid_magic *id __BLKID_ATTR((unused)), |
130 | unsigned char *buf) | 130 | unsigned char *buf) |
131 | { | 131 | { |
132 | struct ext2_super_block *es; | 132 | struct ext2_super_block *es; |
@@ -305,10 +305,10 @@ static int probe_romfs(int fd __BLKID_ATTR((unused)), | |||
305 | return 0; | 305 | return 0; |
306 | } | 306 | } |
307 | 307 | ||
308 | static int probe_cramfs(int fd __BLKID_ATTR((unused)), | 308 | static int probe_cramfs(int fd __BLKID_ATTR((unused)), |
309 | blkid_cache cache __BLKID_ATTR((unused)), | 309 | blkid_cache cache __BLKID_ATTR((unused)), |
310 | blkid_dev dev, | 310 | blkid_dev dev, |
311 | const struct blkid_magic *id __BLKID_ATTR((unused)), | 311 | const struct blkid_magic *id __BLKID_ATTR((unused)), |
312 | unsigned char *buf) | 312 | unsigned char *buf) |
313 | { | 313 | { |
314 | struct cramfs_super_block *csb; | 314 | struct cramfs_super_block *csb; |