···99 * on the Melbourne quota system as used on BSD derived systems. The internal1010 * implementation is based on one of the several variants of the LINUX1111 * inode-subsystem with added complexity of the diskquota system.1212- * 1212+ *1313 * Author: Marco van Wieringen <mvw@planets.elm.net>1414 *1515 * Fixes: Dmitry Gorodchanin <pgmdsg@ibi.com>, 11 Feb 96···5151 * Added journalled quota support, fix lock inversion problems5252 * Jan Kara, <jack@suse.cz>, 2003,20045353 *5454- * (C) Copyright 1994 - 1997 Marco van Wieringen 5454+ * (C) Copyright 1994 - 1997 Marco van Wieringen5555 */56565757#include <linux/errno.h>···197197 int qm;198198199199 spin_unlock(&dq_list_lock);200200-200200+201201 for (qm = 0; module_names[qm].qm_fmt_id &&202202 module_names[qm].qm_fmt_id != id; qm++)203203 ;···23972397out_fmt:23982398 put_quota_format(fmt);2399239924002400- return error; 24002400+ return error;24012401}2402240224032403/* Reenable quotas on remount RW */···27752775 struct qc_type_state *tstate;27762776 struct quota_info *dqopt = sb_dqopt(sb);27772777 int type;27782778-27782778+27792779 memset(state, 0, sizeof(*state));27802780 for (type = 0; type < MAXQUOTAS; type++) {27812781 if (!sb_has_quota_active(sb, type))