diff options
| -rw-r--r-- | Documentation/filesystems/Locking | 4 | ||||
| -rw-r--r-- | Documentation/filesystems/vfs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index d31efbbdfe..247d7f619a 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
| @@ -142,8 +142,8 @@ see also dquot_operations section. | |||
| 142 | 142 | ||
| 143 | --------------------------- file_system_type --------------------------- | 143 | --------------------------- file_system_type --------------------------- |
| 144 | prototypes: | 144 | prototypes: |
| 145 | struct int (*get_sb) (struct file_system_type *, int, | 145 | int (*get_sb) (struct file_system_type *, int, |
| 146 | const char *, void *, struct vfsmount *); | 146 | const char *, void *, struct vfsmount *); |
| 147 | void (*kill_sb) (struct super_block *); | 147 | void (*kill_sb) (struct super_block *); |
| 148 | locking rules: | 148 | locking rules: |
| 149 | may block BKL | 149 | may block BKL |
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 9d3aed628b..1cb7e8be92 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt | |||
| @@ -113,8 +113,8 @@ members are defined: | |||
| 113 | struct file_system_type { | 113 | struct file_system_type { |
| 114 | const char *name; | 114 | const char *name; |
| 115 | int fs_flags; | 115 | int fs_flags; |
| 116 | struct int (*get_sb) (struct file_system_type *, int, | 116 | int (*get_sb) (struct file_system_type *, int, |
| 117 | const char *, void *, struct vfsmount *); | 117 | const char *, void *, struct vfsmount *); |
| 118 | void (*kill_sb) (struct super_block *); | 118 | void (*kill_sb) (struct super_block *); |
| 119 | struct module *owner; | 119 | struct module *owner; |
| 120 | struct file_system_type * next; | 120 | struct file_system_type * next; |
