commit | 36350462814739e1f38cba59a6900ebadb08d3bb | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed May 19 16:28:56 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Mon May 24 14:10:19 2010 +0200 |
tree | 09c1f17c5a264a50028a1ea25f3fd681734d2058 | |
parent | 287a80958cf63fc5c68d5bf6e89a3669dd66234a [diff] |
udf: Remove dead quota code 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>