From 4e63ef31e7554a0a0776c25ec5d4714754bb496a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 2 Apr 2012 19:02:48 -0400 Subject: [PATCH] --- yaml --- r: 298967 b: refs/heads/master c: b1349f2536efcb592927ab6f8687c36c3c124f6b h: refs/heads/master i: 298965: f49c6eea92838edaec5d87d5d04dc2485aa46deb 298963: 233f637fc4dac522b305a036ce28d18971657a6b 298959: 4fd3812fe3e983962057ca97a5a9194e16d8a96f v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/vfs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d1bfebf9017c..5b1afc56ac19 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 640946f20390e492694f9d7470656f2262385951 +refs/heads/master: b1349f2536efcb592927ab6f8687c36c3c124f6b diff --git a/trunk/Documentation/filesystems/vfs.txt b/trunk/Documentation/filesystems/vfs.txt index e916e3d36488..0d0492028082 100644 --- a/trunk/Documentation/filesystems/vfs.txt +++ b/trunk/Documentation/filesystems/vfs.txt @@ -114,7 +114,7 @@ members are defined: struct file_system_type { const char *name; int fs_flags; - struct dentry (*mount) (struct file_system_type *, int, + struct dentry *(*mount) (struct file_system_type *, int, const char *, void *); void (*kill_sb) (struct super_block *); struct module *owner;