Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git] / fs / pstore / inode.c
index c331efe..93a217e 100644 (file)
@@ -266,7 +266,7 @@ static void parse_options(char *options)
  */
 static int pstore_show_options(struct seq_file *m, struct dentry *root)
 {
-       if (kmsg_bytes != PSTORE_DEFAULT_KMSG_BYTES)
+       if (kmsg_bytes != CONFIG_PSTORE_DEFAULT_KMSG_BYTES)
                seq_printf(m, ",kmsg_bytes=%lu", kmsg_bytes);
        return 0;
 }