On Sun, Jun 17, 2012 at 08:05:42PM +0200, Dan Luedtke wrote: > Hello everyone, > > short question: What am I supposed to use instead of lock_super() and > unlock_super() in newly written filesystem drivers? Just use your own locking inside the filesystem. The direct replacement would be a mutex, but if it fits your design better anything else will work too. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html