diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /fs/udf/udf_i.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'fs/udf/udf_i.h')
-rw-r--r-- | fs/udf/udf_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/udf/udf_i.h b/fs/udf/udf_i.h index bb8309dcd5c..d1bd31ea724 100644 --- a/fs/udf/udf_i.h +++ b/fs/udf/udf_i.h | |||
@@ -23,7 +23,6 @@ struct udf_inode_info { | |||
23 | __u64 i_lenExtents; | 23 | __u64 i_lenExtents; |
24 | __u32 i_next_alloc_block; | 24 | __u32 i_next_alloc_block; |
25 | __u32 i_next_alloc_goal; | 25 | __u32 i_next_alloc_goal; |
26 | __u32 i_checkpoint; | ||
27 | unsigned i_alloc_type : 3; | 26 | unsigned i_alloc_type : 3; |
28 | unsigned i_efe : 1; /* extendedFileEntry */ | 27 | unsigned i_efe : 1; /* extendedFileEntry */ |
29 | unsigned i_use : 1; /* unallocSpaceEntry */ | 28 | unsigned i_use : 1; /* unallocSpaceEntry */ |