From: Robert P. J. Day Date: Wed, 6 Feb 2008 09:37:10 +0000 (-0800) Subject: hfs: update comment to reflect actual init and exit routines X-Git-Tag: firefly_0821_release~23211 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14b30d628446e5e4e4b313e10a90586fcf7d5638;p=firefly-linux-kernel-4.4.55.git hfs: update comment to reflect actual init and exit routines Signed-off-by: Robert P. J. Day Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 16cbd902f8b9..32de44ed0021 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c @@ -6,7 +6,7 @@ * 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 - * 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. * * Based on the minix file system code, (C) 1991, 1992 by Linus Torvalds