NTFS: Fix read regression.
authorAnton Altaparmakov <aia21@cam.ac.uk>
Sat, 3 Nov 2007 07:38:59 +0000 (07:38 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 3 Nov 2007 19:27:21 +0000 (12:27 -0700)
commitebab89909e0dc716282d5e7f6e73a3155fe66d4a
tree8cee9ff6f9e0a08c6f08853e38e563514e92a99e
parent74521c28e550c4ec265cda14114bd9b908e9de34
NTFS: Fix read regression.

The regression was caused by:
        commit[a32ea1e1f925399e0d81ca3f7394a44a6dafa12c] Fix read/truncate race

This causes ntfs_readpage() to be called for a zero i_size inode, which
failed when the file was compressed and non-resident.

Thanks a lot to Mike Galbraith for reporting the issue and tracking down
the commit that caused the regression.

Looking into it I found three bugs which the patch fixes.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Tested-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ntfs/aops.c
fs/ntfs/attrib.c
fs/ntfs/compress.c