Merge branch 'hpfs'
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 May 2011 16:07:55 +0000 (09:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 May 2011 16:07:55 +0000 (09:07 -0700)
commit7f4238a0ef8858e1f9b02a874b5818f6e9846673
tree2a63b6f59b9d0f5cb3665768893caf437077bdef
parent8b061610dac3a3b89770c85ad63b481a47b0c38e
parent88f4e9e870c01452e57a6943c04c8d62f6a0a7a6
Merge branch 'hpfs'

* hpfs:
  HPFS: Remove unused variable
  HPFS: Move declaration up, so that there are no out-of-scope pointers
  HPFS: Fix some unaligned accesses
  HPFS: Fix endianity. Make hpfs work on big-endian machines
  HPFS: Implement fsync for hpfs
  HPFS: Fix a bug that filesystem was not marked dirty when remounting it
  HPFS: Restrict uid and gid to 16-bit values
  HPFS: When marking or clearing the dirty bit, sync the filesystem
  HPFS: Use types with defined width
  HPFS: Remove mark_inode_dirty
  HPFS: Remove CR/LF conversion option
  HPFS: Remove remaining locks
  HPFS: Introduce a global mutex and lock it on every callback from VFS.
  HPFS: Make HPFS compile on preempt and SMP