diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-09 10:15:06 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:22:07 -0400 |
commit | 2bfb4fff3e9731ecfe745881e53cfb2e646c47bb (patch) | |
tree | a607df8a7d0532803584dab19bf13b69acbb668d /fs/ntfs/attrib.h | |
parent | c0c1cc0e46b36347f11b566f99087dc5e6fc1b89 (diff) |
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/attrib.h')
-rw-r--r-- | fs/ntfs/attrib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/attrib.h b/fs/ntfs/attrib.h index e0a50f1ca76f..d73385198336 100644 --- a/fs/ntfs/attrib.h +++ b/fs/ntfs/attrib.h | |||
@@ -98,6 +98,8 @@ extern int ntfs_attr_can_be_resident(const ntfs_volume *vol, | |||
98 | 98 | ||
99 | extern int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size); | 99 | extern int ntfs_attr_record_resize(MFT_RECORD *m, ATTR_RECORD *a, u32 new_size); |
100 | 100 | ||
101 | extern int ntfs_attr_make_non_resident(ntfs_inode *ni); | ||
102 | |||
101 | extern int ntfs_attr_set(ntfs_inode *ni, const s64 ofs, const s64 cnt, | 103 | extern int ntfs_attr_set(ntfs_inode *ni, const s64 ofs, const s64 cnt, |
102 | const u8 val); | 104 | const u8 val); |
103 | 105 | ||