]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/filesystems/porting
[SCSI] Merge tag 'fcoe-02-19-13' into for-linus
[karo-tx-linux.git] / Documentation / filesystems / porting
index 0742feebc6e221f9d79e400adab5feaba23098de..0472c31c163b4de67d73a52d8aa1953597df8ca1 100644 (file)
@@ -281,7 +281,7 @@ ext2_write_failed and callers for an example.
 
 [mandatory]
 
-       ->truncate is going away.  The whole truncate sequence needs to be
+       ->truncate is gone.  The whole truncate sequence needs to be
 implemented in ->setattr, which is now mandatory for filesystems
 implementing on-disk size changes.  Start with a copy of the old inode_setattr
 and vmtruncate, and the reorder the vmtruncate + foofs_vmtruncate sequence to