userns: Convert struct dquot_warn
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 16 Sep 2012 11:05:34 +0000 (04:05 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 18 Sep 2012 08:01:42 +0000 (01:01 -0700)
commit7b9c7321ca6b13d2baeb82b3c9c9f78e9885bcf5
treed3fdbe21fa58aaa08d392dcded60f1ef8388a565
parent4c376dcae892e5b5daf8576c864061d076d4e4dc
userns: Convert struct dquot_warn

Convert w_dq_id to be a struct kquid and remove the now unncessary
w_dq_type.

This is a simple conversion and enough other places have already
been converted that this actually reduces the code complexity
by a little bit, when removing now unnecessary type conversions.

Cc: Jan Kara <jack@suse.cz>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/quota/dquot.c