Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3e1bfe4 authored by Jim Cromie's avatar Jim Cromie Committed by Adrian Bunk
Browse files

Documentation/filesystems/vfs.txt: typo fix



This patch removes an extra occurrence of 'generic'.

Acked-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent f62870db
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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