]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/DocBook/filesystems.tmpl
Documentation: get rid of write_super
[karo-tx-linux.git] / Documentation / DocBook / filesystems.tmpl
index 3fca32c41927130dae636a93504d7d8aacdee90e..25b58efd955dd2bebf2d716aea851fe283f792c1 100644 (file)
@@ -224,8 +224,8 @@ all your transactions.
 </para>
 
 <para>
-Then at umount time , in your put_super() (2.4) or write_super() (2.5)
-you can then call journal_destroy() to clean up your in-core journal object.
+Then at umount time , in your put_super() you can then call journal_destroy()
+to clean up your in-core journal object.
 </para>
 
 <para>