This small patchset does some clean-up in UDF branch

Fabian Frederick (12):
  udf: use __packed instead of __attribute__ ((packed))
  udf: use pointer for kernel_long_ad argument
  udf: merge bh free
  udf: remove unneeded line break
  udf: remove empty condition
  udf: add udf_ajust_time
  udf: store allocation offset in udf_prealloc_extents()
  udf: remove next_epos from udf_update_extent_cache()
  udf: merge module informations in super.c
  udf: atomically read inode size
  udf: replace 0xFFFFFFFF by ~0
  udf: check partition reference in udf_read_inode()

 fs/udf/balloc.c    |   6 +--
 fs/udf/ecma_167.h  |  98 +++++++++++++++++++--------------------
 fs/udf/inode.c     | 133 +++++++++++++++++++++++------------------------------
 fs/udf/lowlevel.c  |   2 +-
 fs/udf/misc.c      |   8 ++--
 fs/udf/osta_udf.h  |  34 +++++++-------
 fs/udf/partition.c |  20 ++++----
 fs/udf/super.c     |  42 +++++++++--------
 8 files changed, 163 insertions(+), 180 deletions(-)

-- 
2.7.4

Reply via email to