From: Artem Bityutskiy Date: Wed, 25 Jul 2012 15:12:09 +0000 (+0300) Subject: hfs: nuke write_super from comments X-Git-Tag: upstream/snapshot3+hdmi~6859^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50640bcc0a0e5a66587fa051b327654c739c9c19;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git hfs: nuke write_super from comments The '->write_super' superblock method is gone, and this patch removes all the references to 'write_super' from hfs. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- diff --git a/fs/hfs/mdb.c b/fs/hfs/mdb.c index 5fd51a5..b7ec224 100644 --- a/fs/hfs/mdb.c +++ b/fs/hfs/mdb.c @@ -236,10 +236,10 @@ out: * hfs_mdb_commit() * * Description: - * This updates the MDB on disk (look also at hfs_write_super()). + * This updates the MDB on disk. * It does not check, if the superblock has been modified, or * if the filesystem has been mounted read-only. It is mainly - * called by hfs_write_super() and hfs_btree_extend(). + * called by hfs_sync_fs() and flush_mdb(). * Input Variable(s): * struct hfs_mdb *mdb: Pointer to the hfs MDB * int backup;