Jan Kara
b3c8c9801e
udf: Get rid of 0-length arrays
...
Declare variable length arrays using [] instead of the old-style
declarations using arrays with 0 members. Also comment out entries in
structures beyond the first variable length array (we still do keep them
in comments as a reminder there are further entries in the structure
behind the variable length array). Accessing such entries needs a
careful offset math anyway so it is safer to not have them declared.
Signed-off-by: Jan Kara <jack@suse.cz >
2021-08-11 16:54:44 +02:00
Jan Kara
04e8ee504a
udf: Remove unused declaration
...
Remove declaration of struct virtualAllocationTable15. It is unused.
Signed-off-by: Jan Kara <jack@suse.cz >
2021-08-11 16:54:44 +02:00
Randy Dunlap
dcec10a5d1
udf: osta_udf.h: delete a duplicated word
...
Drop the repeated word "struct" in a comment.
Link: https://lore.kernel.org/r/20200720001455.31882-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jan Kara <jack@suse.com >
Signed-off-by: Jan Kara <jack@suse.cz >
2020-07-27 10:58:55 +02:00
Pali Rohár
149ed3d404
change email address for Pali Rohár
...
For security reasons I stopped using gmail account and kernel address is
now up-to-date alias to my personal address.
People periodically send me emails to address which they found in source
code of drivers, so this change reflects state where people can contact
me.
[ Added .mailmap entry as per Joe Perches - Linus ]
Signed-off-by: Pali Rohár <pali@kernel.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Cc: Joe Perches <joe@perches.com >
Link: http://lkml.kernel.org/r/20200307104237.8199-1-pali@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-04-10 15:36:22 -07:00
Pali Rohár
6146446763
udf: Update header files to UDF 2.60
...
This change synchronizes header files ecma_167.h and osta_udf.h with
udftools 2.2 project which already has definitions for UDF 2.60 revision.
Link: https://lore.kernel.org/r/20200107212904.30471-3-pali.rohar@gmail.com
Signed-off-by: Pali Rohár <pali.rohar@gmail.com >
Signed-off-by: Jan Kara <jack@suse.cz >
2020-01-08 11:12:20 +01:00
Pali Rohár
871b9b14c6
udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.h
...
Rename structure name and its members to match naming convention and fix
endianity type for UDFRevision member. Also remove duplicate definition of
UDF_ID_COMPLIANT which is already in osta_udf.h.
Link: https://lore.kernel.org/r/20200107212904.30471-2-pali.rohar@gmail.com
Signed-off-by: Pali Rohár <pali.rohar@gmail.com >
Signed-off-by: Jan Kara <jack@suse.cz >
2020-01-08 11:12:18 +01:00
Fabian Frederick
75f271380d
udf: use __packed instead of __attribute__ ((packed))
...
defined in linux/compiler-gcc.h
Signed-off-by: Fabian Frederick <fabf@skynet.be >
Signed-off-by: Jan Kara <jack@suse.cz >
2017-01-10 11:29:11 +01:00
Pekka Enberg
5ca4e4be84
Remove struct typedefs from fs/udf/ecma_167.h et al.
...
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi >
Signed-off-by: Jan Kara <jack@suse.cz >
2009-04-02 12:29:47 +02:00
Cyrill Gorcunov
28de7948a8
UDF: coding style conversion - lindent fixups
...
This patch fixes up sources after conversion by Lindent.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com >
Cc: Jan Kara <jack@ucw.cz >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-07-21 17:49:14 -07:00
Cyrill Gorcunov
cb00ea3528
UDF: coding style conversion - lindent
...
This patch converts UDF coding style to kernel coding style using Lindent.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com >
Cc: Jan Kara <jack@ucw.cz >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-07-19 10:04:43 -07:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00