From 111f4a23877892cc3516e56bd049827dc6972848 Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Tue, 3 Jan 2006 13:35:41 +0100 Subject: [PATCH] --- yaml --- r: 15878 b: refs/heads/master c: e3e1bfe4f28de86d065bc041456161a3f3a9aef7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/vfs.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7db23fb86174..c5d0c73a0b1a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f62870db3c73683fe566a05efa2a05f3faeb44f5 +refs/heads/master: e3e1bfe4f28de86d065bc041456161a3f3a9aef7 diff --git a/trunk/Documentation/filesystems/vfs.txt b/trunk/Documentation/filesystems/vfs.txt index ee4c0a8b8db7..e56e842847d3 100644 --- a/trunk/Documentation/filesystems/vfs.txt +++ b/trunk/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 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