Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the 
following link:
https://bugzilla.lustre.org/show_bug.cgi?id=9303



(From update of attachment 9447)
>@@ -234,6 +234,7 @@ int lustre_common_fill_super(struct supe
>         if (data->ocd_connect_flags & OBD_CONNECT_JOIN)
>                 sbi->ll_flags |= LL_SBI_JOIN;
> 
>+        sbi->ll_sdev = sb->s_dev;
> #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0))
>         /* We set sb->s_dev equal on all lustre clients in order to support
>          * NFS export clustering.  NFSD requires that the FSID be the same

Interesting idea.  I had always tried to work harder to ensure that the code
"did the right thing for the VFS", but this is simpler.

Presumably though the #if line disabling the above needs to be uncommented for
2.6 kernels in order for this to be useful?

_______________________________________________
Lustre-devel mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-devel

Reply via email to