Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32225
b: refs/heads/master
c: 5d8b2eb
h: refs/heads/master
i:
  32223: 5636997
v: v3
  • Loading branch information
Jonathan Corbet authored and Linus Torvalds committed Jul 10, 2006
1 parent 019d2df commit 089dc3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82a854ec4f46c5fbef11b06bb49078ecc5784a2d
refs/heads/master: 5d8b2ebfa298ec4e6d9fa43e60fb013e8cd963aa
4 changes: 2 additions & 2 deletions trunk/Documentation/filesystems/Locking
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions trunk/Documentation/filesystems/vfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 089dc3b

Please sign in to comment.