I have located the upstream bug report, which has a fix in kernel 3.8.x
- kernel bug 53021. The patch is below:


Signed-off-by: Jan Kara <j...@suse.cz>
---
 fs/udf/udf_sb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h
index 5f02722..8d1c9d4 100644
--- a/fs/udf/udf_sb.h
+++ b/fs/udf/udf_sb.h
@@ -82,7 +82,7 @@ struct udf_virtual_data {
 struct udf_bitmap {
        __u32                   s_extLength;
        __u32                   s_extPosition;
-       __u16                   s_nr_groups;
+       int                     s_nr_groups;
        struct buffer_head      **s_block_bitmap;
 };
 
-- 
1.7.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583949

Title:
  cannot use all space on UDF hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/583949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to