浏览代码

Documentation/filesystems/vfs.txt: typo fix

This patch removes an extra occurrence of 'generic'.

Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Jim Cromie 19 年之前
父节点
当前提交
e3e1bfe4f2
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      Documentation/filesystems/vfs.txt

+ 2 - 3
Documentation/filesystems/vfs.txt

@@ -162,9 +162,8 @@ get_sb() method fills in is the "s_op" field. This is a pointer to
 a "struct super_operations" which describes the next level of the
 a "struct super_operations" which describes the next level of the
 filesystem implementation.
 filesystem implementation.
 
 
-Usually, a filesystem uses generic one of the generic get_sb()
-implementations and provides a fill_super() method instead. The
-generic methods are:
+Usually, a filesystem uses one of the generic get_sb() implementations
+and provides a fill_super() method instead. The generic methods are:
 
 
   get_sb_bdev: mount a filesystem residing on a block device
   get_sb_bdev: mount a filesystem residing on a block device