diff options
-rw-r--r-- | fs/partitions/ibm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/ibm.c b/fs/partitions/ibm.c index d1b8a5c4bc0a..d513a07f44bb 100644 --- a/fs/partitions/ibm.c +++ b/fs/partitions/ibm.c | |||
@@ -182,7 +182,7 @@ int ibm_partition(struct parsed_partitions *state) | |||
182 | offset = (info->label_block + 1); | 182 | offset = (info->label_block + 1); |
183 | } else { | 183 | } else { |
184 | /* unlabeled disk */ | 184 | /* unlabeled disk */ |
185 | strlcat(tmp, sizeof(tmp), "(nonl)", PAGE_SIZE); | 185 | strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); |
186 | size = i_size >> 9; | 186 | size = i_size >> 9; |
187 | offset = (info->label_block + 1); | 187 | offset = (info->label_block + 1); |
188 | } | 188 | } |