Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14b30d62 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

hfs: update comment to reflect actual init and exit routines



Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 55581d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@
 * This file may be distributed under the terms of the GNU General Public License.
 * This file may be distributed under the terms of the GNU General Public License.
 *
 *
 * This file contains hfs_read_super(), some of the super_ops and
 * This file contains hfs_read_super(), some of the super_ops and
 * init_module() and cleanup_module().	The remaining super_ops are in
 * init_hfs_fs() and exit_hfs_fs().  The remaining super_ops are in
 * inode.c since they deal with inodes.
 * inode.c since they deal with inodes.
 *
 *
 * Based on the minix file system code, (C) 1991, 1992 by Linus Torvalds
 * Based on the minix file system code, (C) 1991, 1992 by Linus Torvalds