Skip to content

Commit

Permalink
hfs: nuke write_super from comments
Browse files Browse the repository at this point in the history
The '->write_super' superblock method is gone, and this patch removes all the
references to 'write_super' from hfs.

Signed-off-by: Artem Bityutskiy <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
dedekind authored and Al Viro committed Aug 4, 2012
1 parent 0d5c3eb commit 50640bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/hfs/mdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 50640bc

Please sign in to comment.