]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Feb 2012 15:59:33 +0000 (07:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Feb 2012 15:59:33 +0000 (07:59 -0800)
commit25e95a6176830b48db86c8d04c3ac5a96c65e3df
tree278469aac24db3d6cc8da8e2a4188fd20c253d55
parent05f1928f0ac5d65da30557d494acc9c6df0e2d23
parent210932cd8e51b13a1f1af8cb8859f51ca99c846f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs

Here are some trivial NTFS changes (a spelling fix and two use before
NULL check cases found by Coverity as well as an update in MAINTAINERS
for the path to the ntfs git repo) together with a simple LDM fix for
parsing fragmented VBLKs.

* git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs:
  NTFS: Update git repo path in MAINTAINERS file.
  LDM: Fix reassembly of extended VBLKs.
  NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.
  NTFS: Do not dereference pointer before checking for NULL.
  NTFS: Remove unused variable.