]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/super.c
SCTP: fix wrong debug counting of datamsg
[linux-2.6-omap-h63xx.git] / fs / super.c
index 010446d8c40a03512e4c1a8dc689581a67c5bbf3..09008dbd264e731411c6da60def6648888cc6b52 100644 (file)
@@ -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)
 {