quota: Make ->set_info use structure with neccesary info to VFS and XFS
authorJan Kara <jack@suse.cz>
Tue, 16 Dec 2014 11:03:51 +0000 (12:03 +0100)
committerJan Kara <jack@suse.cz>
Wed, 4 Mar 2015 15:06:38 +0000 (16:06 +0100)
commit5eacb2ac029161d94969a511e0adf7dca28cda1f
treef49c47630dbd2790ae4d297f745f6ab359525ed9
parent59b6ba699043e0f55d4057cf2ae79d9c1171bc58
quota: Make ->set_info use structure with neccesary info to VFS and XFS

Change ->set_info to take new qc_info structure which contains all the
necessary information both for XFS and VFS. Convert Q_SETINFO handler
to use this structure.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c
fs/quota/quota.c
include/linux/quota.h
include/linux/quotaops.h