Skip to content

Commit

Permalink
Documentation/filesystems/vfs.txt: typo fix
Browse files Browse the repository at this point in the history
This patch removes an extra occurrence of 'generic'.

Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Jim Cromie authored and Adrian Bunk committed Jan 3, 2006
1 parent f62870d commit e3e1bfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/filesystems/vfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

Expand Down

0 comments on commit e3e1bfe

Please sign in to comment.