diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 16:44:48 +0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 16:44:48 +0400 |
commit | fd9d63678d42ffd4312815ac720a12920642eb36 (patch) | |
tree | 34dcdb5b47c9d89b4dbc8c98cd93617bb14eaca7 /fs/ntfs/attrib.h | |
parent | c394e458b69632902d65f9e2f39df79314f72908 (diff) | |
download | linux-fd9d63678d42ffd4312815ac720a12920642eb36.tar.xz |
NTFS: Change ntfs_map_runlist_nolock() to also take an optional attribute
search context. This allows calling it with the mft record mapped.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/attrib.h')
-rw-r--r-- | fs/ntfs/attrib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ntfs/attrib.h b/fs/ntfs/attrib.h index 0618ed6fd7b3..eeca8e500971 100644 --- a/fs/ntfs/attrib.h +++ b/fs/ntfs/attrib.h @@ -60,7 +60,8 @@ typedef struct { ATTR_RECORD *base_attr; } ntfs_attr_search_ctx; -extern int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn); +extern int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, + ntfs_attr_search_ctx *ctx); extern int ntfs_map_runlist(ntfs_inode *ni, VCN vcn); extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, |