Merge branch 'for-upstream' of git://git.zytor.com/users/pcacjr/syslinux into elflink
commit12843abf1ffdf905455de0cc6ea8441dff9d89b7
authorMatt Fleming <matt.fleming@intel.com>
Thu, 24 Jan 2013 17:22:57 +0000 (24 17:22 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 24 Jan 2013 17:22:57 +0000 (24 17:22 +0000)
tree6a02040e7c2ed58179735a17c909b5b611d84470
parent75e2b7c282fc3b5c4f5314717f1b224f489b507e
parent129a5845aec4d6c750c4bddd936f315fb441d2fa
Merge branch 'for-upstream' of git://git.zytor.com/users/pcacjr/syslinux into elflink

Pull XFS changes from Paulo Alcantara,

 "feel free to pull my for-upstream branch on zytor. it contains the
  cache for directory blocks on XFS, ldlinux.c32 installation support
  for XFS and one trivial fix for shortform-directory lookup."

* 'for-upstream' of git://git.zytor.com/users/pcacjr/syslinux:
  extlinux: Also install ldlinux.c32 file on XFS
  xfs: Flush cache of directory blocks once done with readdir()
  xfs: Remove unnecessary free()'s
  xfs: Fix bug when listing shortform directory entries
  xfs: Add cache for directory blocks
  xfs: Make xfs_dir2_entry_name_cmp() inline
  xfs: Avoid useless malloc()'s and free()'s
  xfs: Make it more verbose on debug
  xfs: Improve error and debug printing
  xfs: Do some refactoring