Hi,
get_sb_pseudo was changed but uverbs was not updated.
PS: should nowadays the in-kernel impl be used instead of the one in
svn?
Signed-off-by: Bernhard Fischer <[EMAIL PROTECTED]>
Index: uverbs_main.c
===================================================================
--- uverbs_main.c (revision 8507)
+++ uverbs_main.c (working copy)
@@ -816,10 +816,10 @@
}
static struct super_block *uverbs_event_get_sb(struct file_system_type
*fs_type, int flags,
- const char *dev_name, void *data)
+ const char *dev_name, void
*data, struct vfsmount *mnt)
{
return get_sb_pseudo(fs_type, "infinibandevent:", NULL,
- INFINIBANDEVENTFS_MAGIC);
+ INFINIBANDEVENTFS_MAGIC, mnt);
}
static struct file_system_type uverbs_event_fs = {
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general