udf: Remove dead quota code
authorJan Kara <jack@suse.cz>
Wed, 19 May 2010 14:28:56 +0000 (16:28 +0200)
committerJan Kara <jack@suse.cz>
Mon, 24 May 2010 12:10:19 +0000 (14:10 +0200)
Quota on UDF is non-functional at least since 2.6.16 (I'm too lazy to
do more archeology) because it does not provide .quota_write and .quota_read
functions and thus quotaon(8) just returns EINVAL. Since nobody complained
for all those years and quota support is not even in UDF standard just nuke
it.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found