]> err.no Git - linux-2.6/blobdiff - Documentation/filesystems/Locking
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
[linux-2.6] / Documentation / filesystems / Locking
index fe26cc978523959b468cd8fa5398eed5ef1b8559..37c10cba717725f599ec999eb0a0a4ff6b1fc483 100644 (file)
@@ -224,7 +224,7 @@ against the page the filesystem should redirty the page with
 redirty_page_for_writepage(), then unlock the page and return zero.
 This may also be done to avoid internal deadlocks, but rarely.
 
-If the filesytem is called for sync then it must wait on any
+If the filesystem is called for sync then it must wait on any
 in-progress I/O and then start new I/O.
 
 The filesystem should unlock the page synchronously, before returning to the