[openib-general] [patch] update uverbs_event_get_sb() to new get_sb_pseudo()

Bernhard Fischer rep.nop at aon.at
Thu Jul 13 06:40:53 PDT 2006


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 <berny_f at aon.at>

-------------- next part --------------
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 = {


More information about the general mailing list