From 9435cae0a298000af0256fe8f49451e3521c880e Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 25 Jul 2012 18:12:09 +0300 Subject: [PATCH] --- yaml --- r: 321398 b: refs/heads/master c: 50640bcc0a0e5a66587fa051b327654c739c9c19 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/hfs/mdb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e9dbc8538395..1bf785e9fa2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d5c3eba2e1e5aa74e097f49bc90b58f607e101c +refs/heads/master: 50640bcc0a0e5a66587fa051b327654c739c9c19 diff --git a/trunk/fs/hfs/mdb.c b/trunk/fs/hfs/mdb.c index 5fd51a5833ff..b7ec224910c5 100644 --- a/trunk/fs/hfs/mdb.c +++ b/trunk/fs/hfs/mdb.c @@ -236,10 +236,10 @@ int hfs_mdb_get(struct super_block *sb) * 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;