X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fhfs%2Fmdb.c;h=b7ec224910c5d7bda2f36432260fa6a6050d76d4;hb=d7d45fedf92b351500af99d03004e59531a3d070;hp=5fd51a5833ffb91facba871b74589bf8b9a6c087;hpb=aa0b3b2bee1d3ca8355de76caebf65b836c9bb6e;p=~andy%2Flinux diff --git a/fs/hfs/mdb.c b/fs/hfs/mdb.c index 5fd51a5833f..b7ec224910c 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;