From 089dc3b38725076772cc3be7246a24ce92e02fbb Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Mon, 10 Jul 2006 04:44:07 -0700 Subject: [PATCH] --- yaml --- r: 32225 b: refs/heads/master c: 5d8b2ebfa298ec4e6d9fa43e60fb013e8cd963aa h: refs/heads/master i: 32223: 5636997b2cae02f240e90894ac057a93bef8deb3 v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/Locking | 4 ++-- trunk/Documentation/filesystems/vfs.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index b97e5b723a04..00eb392e9c28 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 82a854ec4f46c5fbef11b06bb49078ecc5784a2d +refs/heads/master: 5d8b2ebfa298ec4e6d9fa43e60fb013e8cd963aa diff --git a/trunk/Documentation/filesystems/Locking b/trunk/Documentation/filesystems/Locking index d31efbbdfe50..247d7f619aa2 100644 --- a/trunk/Documentation/filesystems/Locking +++ b/trunk/Documentation/filesystems/Locking @@ -142,8 +142,8 @@ see also dquot_operations section. --------------------------- file_system_type --------------------------- prototypes: - struct int (*get_sb) (struct file_system_type *, int, - const char *, void *, struct vfsmount *); + int (*get_sb) (struct file_system_type *, int, + const char *, void *, struct vfsmount *); void (*kill_sb) (struct super_block *); locking rules: may block BKL diff --git a/trunk/Documentation/filesystems/vfs.txt b/trunk/Documentation/filesystems/vfs.txt index 9d3aed628bc1..1cb7e8be927a 100644 --- a/trunk/Documentation/filesystems/vfs.txt +++ b/trunk/Documentation/filesystems/vfs.txt @@ -113,8 +113,8 @@ members are defined: struct file_system_type { const char *name; int fs_flags; - struct int (*get_sb) (struct file_system_type *, int, - const char *, void *, struct vfsmount *); + int (*get_sb) (struct file_system_type *, int, + const char *, void *, struct vfsmount *); void (*kill_sb) (struct super_block *); struct module *owner; struct file_system_type * next;