ntfs: fix bug in parse_data_run()
authorPaulo Alcantara <pcacjr@gmail.com>
Thu, 28 Jul 2011 00:11:28 +0000 (00:11 +0000)
committerPaulo Alcantara <pcacjr@gmail.com>
Sun, 11 Sep 2011 04:09:57 +0000 (04:09 +0000)
commitf1ce35d08a51708f1ad4d6b833df32199f366f94
tree19d77a0b23bc71fd4fe47c2e8b79ffd8c0a0b330
parent364a9f34bacbef821d894935a1f5564a4b3660f3
ntfs: fix bug in parse_data_run()

parse_data_run() used to get the wrong value of VCNs starting at LCN,
so it was only getting the value 1 and the NTFS driver didn't look at
the other VCNs.

Now, everything seems to work, except the readdir() function :-P

Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
core/fs/ntfs/ntfs.c
core/fs/ntfs/ntfs.h