aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/vfs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/vfs.txt')
-rw-r--r--Documentation/filesystems/vfs.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index ee4c0a8b8db7..e56e842847d3 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -162,9 +162,8 @@ get_sb() method fills in is the "s_op" field. This is a pointer to
162a "struct super_operations" which describes the next level of the 162a "struct super_operations" which describes the next level of the
163filesystem implementation. 163filesystem implementation.
164 164
165Usually, a filesystem uses generic one of the generic get_sb() 165Usually, a filesystem uses one of the generic get_sb() implementations
166implementations and provides a fill_super() method instead. The 166and provides a fill_super() method instead. The generic methods are:
167generic methods are:
168 167
169 get_sb_bdev: mount a filesystem residing on a block device 168 get_sb_bdev: mount a filesystem residing on a block device
170 169