X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=46fe25e79fec41fff6839320bd0716989284f69d;hp=d63bdd7422442246c590d2255567292c1f2b5005;hb=cbc084f9e06ca589768f5a84699b476721db9fd6;hpb=c0dece77445d19b9d02f5856fb5e86cce527f88a diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index d63bdd7..46fe25e 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -1671,8 +1671,8 @@ int lustre_unregister_fs(void); int lustre_check_exclusion(struct super_block *sb, char *svname); /* sysctl.c */ -extern void obd_sysctl_init (void); -extern void obd_sysctl_clean (void); +extern int obd_sysctl_init(void); +extern void obd_sysctl_clean(void); /* uuid.c */ typedef __u8 class_uuid_t[16];