[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)
authorAnton Altaparmakov <aia21@cam.ac.uk>
Tue, 20 Jun 2006 07:29:41 +0000 (00:29 -0700)
committerChris Wright <chrisw@sous-sol.org>
Fri, 30 Jun 2006 00:17:15 +0000 (17:17 -0700)
commit323e290abcbdf84afde0fbbd775f3ba4b784655a
tree790123b6e610a206ea5ad88d133f4ddd19ac6e7c
parent50cdbb604d8e4f38c30e387ef28433a02b91e6f1
[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)

It fixes a crash in NTFS on architectures where flush_dcache_page()
is a real function.  I never noticed this as all my testing is done on
i386 where flush_dcache_page() is NULL.

http://bugzilla.kernel.org/show_bug.cgi?id=6700

Many thanks to Pauline Ng for the detailed bug report and analysis!

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
fs/ntfs/file.c