]> git.baikalelectronics.ru Git - kernel.git/commit
quota: Fix 64-bit limits setting on 32-bit archs
authorJan Kara <jack@suse.cz>
Tue, 15 Dec 2009 21:24:36 +0000 (22:24 +0100)
committerJan Kara <jack@suse.cz>
Wed, 23 Dec 2009 12:44:12 +0000 (13:44 +0100)
commit2137389e4195344e23392188c74a6c69082db804
treef47d4b812103a2e93f401fce7f9e1f07c1f7ef87
parent7604dd3cd5ccd58d1eec0fd173d6581ff7b7c908
quota: Fix 64-bit limits setting on 32-bit archs

Fix warnings:
fs/quota/quota_v2.c: In function ‘v2_read_file_info’:
fs/quota/quota_v2.c:123: warning: integer constant is too large for ‘long’ type
fs/quota/quota_v2.c:124: warning: integer constant is too large for ‘long’ type

Reported-by: Jerry Leo <jerryleo860202@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/quota_v2.c