quota: Silence warning about PRJQUOTA not being handled in need_print_warning()
authorJan Kara <jack@suse.cz>
Tue, 9 Oct 2012 21:30:17 +0000 (23:30 +0200)
committerJan Kara <jack@suse.cz>
Tue, 9 Oct 2012 21:37:38 +0000 (23:37 +0200)
commit6c29c50fda25c2ac2ce45a9b042ff7e424aa8eac
treebff50cb3672c496c8ed1e1891c96c3dc696efae4
parent66415f6b50f5bcbc56c78df54aacee73f3d03a3d
quota: Silence warning about PRJQUOTA not being handled in need_print_warning()

PRJQUOTA value of quota type should never reach need_print_warning() since XFS
(which is the only fs which uses that type) doesn't use generic functions
calling this function. Anyway, add PRJQUOTA case to the switch to make gcc
happy.

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