コード例 #1
0
static int gfs2_sync_fs(struct super_block *sb, int wait)
{
	mark_sb_clean(sb);
	if (wait && sb->s_fs_info)
		gfs2_log_flush(sb->s_fs_info, NULL);
	return 0;
}
コード例 #2
0
static void qnx4_write_super(struct super_block *sb)
{
	lock_kernel();
	QNX4DEBUG(("qnx4: write_super\n"));
	mark_sb_clean(sb);
	unlock_kernel();
}
コード例 #3
0
static void gfs2_write_super(struct super_block *sb)
{
	mark_sb_clean(sb);
}