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; }
static void qnx4_write_super(struct super_block *sb) { lock_kernel(); QNX4DEBUG(("qnx4: write_super\n")); mark_sb_clean(sb); unlock_kernel(); }
static void gfs2_write_super(struct super_block *sb) { mark_sb_clean(sb); }