On Wed, Oct 15, 2014 at 08:50:38AM +0800, Anand Jain wrote: > -void btrfs_register_one_device(char *fname) > +int btrfs_register_one_device(char *fname) > -void btrfs_register_one_device(char *fname); > +int btrfs_register_one_device(char *fname); JFYI, I changed 'char' to 'const char'. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
