All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.39 Kernel Changes for FileSystem, get_sb removed
@ 2011-09-20 11:44 Abhijit Pawar
  2011-09-20 12:13 ` Abhijit Pawar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Abhijit Pawar @ 2011-09-20 11:44 UTC (permalink / raw)
  To: kernelnewbies

Hi list,
It seems that the support for get_sb function is removed from kernel 
2.6.39 onwards. My code which is working till 2.6.38 series is failing 
with new kernels.

I tried finding out but there isnt anything mentioned. So if this 
function itself is removed then how kernel is going to find out the 
superblock and use it?

Are we supposed to use the mount function provided? This is what i got 
from one of the kernel patch email.

+[mandatory]
+	->get_sb() is gone.  Switch to use of ->mount().  Typically it's just
+a matter of switching from calling get_sb_... to mount_... and changing the
+function type.  If you were doing it manually, just switch from setting ->mnt_root
+to some pointer to returning that pointer.  On errors return ERR_PTR(...).
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt


It looks like there are other changes related to Pages are also done.


Regards,
Abhijit Pawar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110920/a9309d82/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-20 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 11:44 2.6.39 Kernel Changes for FileSystem, get_sb removed Abhijit Pawar
2011-09-20 12:13 ` Abhijit Pawar
2011-09-20 12:20 ` rohan puri
2011-09-20 12:24   ` Abhijit Pawar
2011-09-20 12:41     ` rohan puri
2011-09-20 13:16 ` kashish bhatia
2011-09-20 13:24   ` rohan puri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.