X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fsuper.c;h=09008dbd264e731411c6da60def6648888cc6b52;hb=8e8ff3a309ebdaad51fd7a64a6fd2a2f88b30d87;hp=010446d8c40a03512e4c1a8dc689581a67c5bbf3;hpb=b4de123a0bc4a3f0c90899864d51299628729952;p=linux-2.6 diff --git a/fs/super.c b/fs/super.c index 010446d8c4..09008dbd26 100644 --- a/fs/super.c +++ b/fs/super.c @@ -556,11 +556,11 @@ out: } /** - * mark_files_ro + * mark_files_ro - mark all files read-only * @sb: superblock in question * - * All files are marked read/only. We don't care about pending - * delete files so this should be used in 'force' mode only + * All files are marked read-only. We don't care about pending + * delete files so this should be used in 'force' mode only. */ static void mark_files_ro(struct super_block *sb) @@ -945,6 +945,7 @@ do_kern_mount(const char *fstype, int flags, const char *name, void *data) put_filesystem(type); return mnt; } +EXPORT_SYMBOL_GPL(do_kern_mount); struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) {