From: Anton Altaparmakov Date: Thu, 8 Sep 2005 19:56:09 +0000 (+0100) Subject: NTFS: Fix several bugs in fs/ntfs/attrib.c. X-Git-Tag: v2.6.14-rc1~506 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2983d1bd1a596e88cdddc0c2d45b9e97728f3f41;p=pandora-kernel.git NTFS: Fix several bugs in fs/ntfs/attrib.c. - Fix a bug in ntfs_map_runlist_nolock() where we forgot to protect access to the allocated size in the ntfs inode with the size lock. - Fix ntfs_attr_vcn_to_lcn_nolock() and ntfs_attr_find_vcn_nolock() to return LCN_ENOENT when there is no runlist and the allocated size is zero. - Fix load_attribute_list() to handle the case of a NULL runlist. Signed-off-by: Anton Altaparmakov --- Reading git-diff-tree failed